-
I have a Websocket set up like this
``` scala
WebSocket.tryAcceptWithActor[JsValue, JsValue] { request =>
...
}
```
When this receives an invalid json frame (eg `{`), the connection closes and a s…
-
### Expected Behavior
This code should work:
```kotlin
@ServerWebSocket("/")
class WebsocketController {
@OnMessage
suspend fun messageHandler(message: String, session: WebSocketSessio…
-
### Questions
I used Vert.x to make a proxy server that mimics Nginx (mini nginx). On the way to implementing the proxy WebSocket, using Postman as the client to connect to the WebSocket(port 9090) p…
-
### Describe the bug
When the Quarkus `quarkus.http.non-application-root-path` is set relative to `quarkus.http.root-path`, requests to the REST API endpoints lead to stuck backend requests when Qu…
-
### Description
2022-04-13 14:59:59,815 WARN [io.qua.dep.ste.ReflectiveHierarchyStep] (build-60) Unable to properly register the hierarchy of the following classes for reflection as they are not in …
-
How to get the message in my code, when netty found websocket disconnected. many thanks,
2017-12-07 11:19:26.009 INFO 31176 --- [ntLoopGroup-2-1] i.b.x.s.netty.WebSocketClientHandler : WebSocket…
-
I have a React app that connects to Janusgraph over a websocket connection. This worked well in version JanusGraph 0.3.1. I installed version 0.4.0 and it works with the gremlin console, but when tryi…
-
Android:when i use Philippines globe 4G network to connect by netty websocket to my server with cdn,i can not connect,but i can connect well when i use china 4G network in china ,and if i use Philippi…
-
My very simple gateway app throws an WebSocketClientHandshakeException exception when a destination server responses without Sec-WebSocket-Protocol header during handshake.
`spring-cloud-starter-ga…
-
I am trying to read GDAX websocket stream, but it does not stop disconnecting.
I don't think I have a network issue and GDAX websocket status indicates it's been up for the last 90 days.
Could t…