sachin shinde

Results 296 comments of sachin shinde

sorry @aalap03 , I am still looking into the issue. I am planning to use OkHTTP websockets instead of current websocket library.... Will push the code till end of this...

Hi @aalap03 @SanderGemoro expect update from me on this till tomorrow 👍

Hi @aalap03 , I have created branch for the same here https://github.com/sacOO7/socketcluster-client-java/tree/feature/okHTTP. Sorry for the delay. It was more work than expected. I will release unofficial version of the library...

Hi @aalap03 @SanderGemoro I have published beta version related to above code. You can include it in your code by using ``` compile 'io.github.sac:SocketclusterClientJava:2.0.0-beta' ``` There are some method signatures...

Will you able to reproduce the issue? Or put log messages for the same here.. On Wed, Apr 22, 2020, 16:02 Yasir Tahir wrote: > I'm facing the same issue....

Ohh.. okay.. I will look into it... But if you get logs or detailed description of the error... It will be super useful to me 🙂 On Wed, Apr 22,...

You can use the onnetwork connectivity change listener to detect internet connectivity. I would recommend using library https://github.com/zplesac/android_connectionbuddy, if you want to save time.

I think I have to check for PING frames while receiving data, I will try to add some solution today regarding issue. Remind me of this issue in case I...

Yeah will do it today :) On Jun 29, 2017 9:36 AM, "nagamanojv" wrote: > Hi @sacOO7 will you be doing that ping frames > related change soon.! I am...

It seems you were able to access raw websocket instance. Yes, you are right !!! I was talking about same solution for identifying disconnection. I might have to add that...