-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Neovisionaries socket library #45
Comments
Hi @SanderGemoro I am really sorry for delay. Expect update from me on this till tomorrow. |
Hi @sacOO7 , any new updates on this front or the OkHttp socket conversion? Really looking forward to it :D |
Hey I will push the minimal okhttp based websocket version today 👍
…On Tue, Dec 4, 2018, 3:02 PM SanderGemoro ***@***.***> wrote:
Hi @sacOO7 <https://github.com/sacOO7> , any new updates on this front or
the OkHttp socket conversion? Really looking forward to it :D
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP8vScJdexD-iaSWVL5FlK_AwIm-DIdXks5u1kEUgaJpZM4YmKC6>
.
|
Hi @SanderGemoro , I have updated the library today. You can see code on the branch here https://github.com/sacOO7/socketcluster-client-java/tree/feature/okHTTP. |
Hi @SanderGemoro , I have published beta version related to above code. You can include it in your code by using
There are some method signatures which got changed due to change in library. But, you should be able to fix it without any problem. Please let me know if you face any problems with this latest release. |
Hi @SanderGemoro , any updates on above? |
I havent worked on this part in our project since your last update so I haven't had the time to try it out yet. I'll probably be able to give an update tomorrow! Thanks for your hard work! |
Ok np... |
Hey @sacOO7 , |
Wow I am really looking forward to the OkHttp release too! I will be testing out the beta release for now. |
Currently the library is using a nv-socket lib version that's 8 version behind the latest one.
This means the library is missing (important) features such as SNI support which is currently causing me a lot of issues on an app supporting older Android APIs.
Please upgrade the lib to use a more recent version of the Neovisionaries socket library.
The text was updated successfully, but these errors were encountered: