JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

Not able to auto reconnect #85

Open prisar opened 4 years ago

prisar commented 4 years ago

I am using webstomp-client in vue app. When the connection is lost, the client is not automatically reconnecting.

reconnect_delay is not working it seems.

this.stompclient.reconnect_delay = 5000;