()
| 159 | currentWebSocket.set(webSocket); |
| 160 | h.handle(Server.this, webSocket, address, p); |
| 161 | |
| 162 | } |
| 163 | }); |
| 164 | // not threading these all through the main thread means that we don't get backlogged nearly as easily |
| 165 | |
| 166 | // } catch (InterruptedException | ExecutionException e) { |
| 167 | // Log.log("remote.error", " exception thrown by asynchronous websocket handler <" + h + "> while servicing <" + s + " / " + address + " |
| 168 | // ->" + originalPayload + " " + p, e); |
| 169 | // } |
no test coverage detected