JavaPhoenixClient
JavaPhoenixClient copied to clipboard
Fix webSocket not closed in onClosing
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