-
```
Hello,
I have updade source for Stomp client :
a) Add NotifyEvent StompConnect
b) Support send text encoded (ASCII, ANSI, UTF8, delphi unicode
c) Support received text encoded
best regard,
…
-
```
Hello,
I have updade source for Stomp client :
a) Add NotifyEvent StompConnect
b) Support send text encoded (ASCII, ANSI, UTF8, delphi unicode
c) Support received text encoded
best regard,
…
-
I discovered that a disconnecting socket client causes the server to crash. Looks like something is stomping on memory. I couldn't fix it today but the other update/fix was important enough to push it…
lasch updated
9 years ago
-
Is it possible after connection to subscribe to different topics, like Stomp client?
`var webSocket = new $WebSocket("ws://127.0.0.1:8080/chat");
webSocket.getDataStream().subscribe("topic/bike", …
-
Error Log.
Input dispatching timed out
ANR Input dispatching timed out (Waiting to send key event because the focused window has not finished processing all of the input events that were previousl…
-
Currently, it seems that websockets just aren't supported; Stomp.java only supports just tcp or tls. Could ws/wss support be included?
-
I have feature is need to use Stomp over Websocket. And gem is not support it.
Could you give some suggestions to me with extend it?
-
When the client actively disconnects or unsubscribes, "connection" variable is correctly set to false. However, when the client receives a DISCONNECT packet, the WebSocket is successfully torn down, b…
-
Is there any way I can provide my username to my spring backend ?
-
[consumer.zip](https://github.com/jasonrbriggs/stomp.py/files/5849532/consumer.zip)
Server: ActiveMQ (5.16.0) with stomp+nio+ssl transport connector
Producer: stomp.py 6.1.0 sending timestamped …