actioncable-client-java icon indicating copy to clipboard operation
actioncable-client-java copied to clipboard

Actioncable client library for Java

Results 3 actioncable-client-java issues
Sort by recently updated
recently updated
newest added

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...

The latest version of okhttp-ws 2.X is 2.7.5. But current `build.gradle` uses 2.5.0. ```gradle dependencies { compile 'com.squareup.okhttp:okhttp-ws:2.5.0' compile 'com.google.code.gson:gson:2.3.1' testCompile 'junit:junit:4.11' testCompile 'org.hamcrest:hamcrest-all:1.3' testCompile 'com.squareup.okhttp:mockwebserver:2.5.0' } ``` Try to...

enhancement
if requested by community

- Close socket in onClosing: WebSocket connection should be properly closed when it’s in the "closing" state. This is crucial to avoid leaving hanging connections or resources. - Pass exception...