actioncable-client-java
actioncable-client-java copied to clipboard
It will create multiple connection with server when switch wifi
I use actionable to build a chat App, when I switch WIFI(eg. from wifi A to wifi B), it creates two connection to the server.
so when I send a message, the server will receive two messages.
After switching I will release all the connection, like set the consumer to null then recreate. but it did not work, it will create two connection to the server.