Skip to content
Snippets Groups Projects
Commit ea8e9855 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#174 - Send WebSocket messages async

parent f2dbba1e
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class WebSocketHandler {
sessions.stream()
.filter(session => session.isOpen)
.forEach(session => session.getRemote.sendString(payload))
.forEach(session => session.getRemote.sendStringByFuture(payload))
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment