-
### What happened?
Recently, I integrated WebSocket lifecycle monitoring into our production mobile application. While monitoring, I've noticed that we rarely encounter the error message: "WebSocke…
-
I'm trying to send a JSON payload with websocket transport from server to client. The message is always sent as binary, even though the payload is text. This may cause compatibility issues with other …
-
I am trying to migrate Krossbow, my STOMP-over-websocket multiplatform library, and I stumbled upon this function becoming private/internal in `kotlinx-io`.
I [relied on it](https://github.com/joff…
-
Hi,
I'm testing a few payloads with [krossbow](https://github.com/joffrey-bion/krossbow) STOMP client, and received an error on a SUBSCRIBE frame with content-length: 0 header:
```
13:03:45 [ve…
-
For beginners, the getting started guide might not be sufficient to see how all the pieces come together. It would be useful to provide a sample project that they can explore and play with.
In the …
-
This problem only occurs with the WinHttp client of the Ktor web socket implementation (thus only on Windows).
This exception surfaces when trying to assert the close frame during the echo binary a…
-
**Is your feature request related to a problem? Please describe**
Dokka currently focuses on generating a reference documentation. This is already plenty useful, but it's by far not enough. People ne…
-
Auto-reconnect of the underlying web socket was provided with https://github.com/joffrey-bion/krossbow/issues/94, but this is not sufficient for a painless reconnect experience using STOMP.
The `St…
-
### Ktor Version
1.2.1
### Ktor Engine Used(client or server and name)
client-websocket
### JVM Version, Operating System and Relevant Context
### Feedback
I tried to consume a websocket s…
-
Do you have any examples how to implement auto reconnect feature ?