Open prisar opened 4 years ago
I am using webstomp-client in vue app. When the connection is lost, the client is not automatically reconnecting.
webstomp-client
reconnect_delay is not working it seems.
this.stompclient.reconnect_delay = 5000;
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;