stomp icon indicating copy to clipboard operation
stomp copied to clipboard

STOMP Dart Client for communicating with STOMP-compliant messaging servers.

Results 10 stomp issues
Sort by recently updated
recently updated
newest added

Hi my server is secure with SSL certificate so if want to connect to the server using stom it through Certificate exception.So please help me to implement SSL in stomp...

I'm not sure but when I checked the lib it first calls get request on websocket host address and awaits for 101 switch protocol. In my case even in postman...

Added heartbeat parameter and custom header params for connect function.

i am trying to connect to a socket via gennymotion emulator on my local box, using the gennymotion localbox ip of 10.0.3.32, here is my code bellow: connect("ws://10.0.3.2:8080/websocket-example").then((StompClient client) {...

I know it is obvious to you what ```String id``` is in the ```subscribeString(id, dest, fn)``` is, however, for me that is very new to stomp stuff (and rabbitmq altogether),...

According to the spec, client libraries SHOULD continue to connect using the CONNECT header, and not the STOMP header to be fully backwards compatible. This library assumes the server is...

When connecting to a WebSocket I get the following error. > dart_sdk.js:92203 WebSocket connection to '...' failed: Error during WebSocket handshake: Incorrect 'Sec-WebSocket-Accept' header value When I inspect the request...

It's really valuable to have support for connection in dart stomp client library over sockjs-dart-client (https://github.com/nelsonsilva/sockjs-dart-client) as it has js-stomp-client library. (eg for websockets apps in Spring4 it's required sockjs,...