skynetcap/solanaj

Replace Java-Websocket with OkHttp for WSS communications

Closed this issue · 1 comments

We currently use a poorly-coded library called Java-Websocket, instead of the highly battle tested OkHttp. OkHttp supports websockets. Use OkHttp, and remove the original dependency.

Closing this as not needed -- I have improved our WSS client with auto-reconnect, keep-alive, and auto-resubscribe. Changing libraries is an option in the future, but my immediate concerns have been addressed.