JavaPhoenixClient
JavaPhoenixClient copied to clipboard
Phoenix client for the JVM built with Kotlin
At first thank you for your work and this nice library! :-) I have some trouble with reconnections. While my research I found the following [issue on phoenix's JS client](https://github.com/phoenixframework/phoenix/issues/3669)....
Inside Android's Okhttp onClosing callback, we need to manually close the websocket, in order to trigger a reconnect. https://github.com/square/okhttp/issues/3386
When leaving a channel I receive immediately the events: > Receive: {"event":"phx_reply","payload":{"response":{},"status":"ok"},"ref":"10","topic":"my_topic"} Receive: {"event":"phx_close","payload":{},"ref":"7","topic":"my_topic"} However, channel.onClose() is triggered 10 seconds later due to timeout. This happens everytime.
Hello. I have faced with the crash after the device was sleeping for a while. Steps to reproduce: 1 - Start socket session in an app 2 - Switch a...
I am facing an issue after updating to the latest AGP v8 that after obfuscation (release build) I keep receiving `phx_error` even though the proxy confirms that I got okay...