E EvgenyB4A Active Member Licensed User Longtime User Jul 31, 2023 #1 What is the websocket client ping interval in the library? Is it possible to change it?
Erel B4X founder Staff member Licensed User Longtime User Aug 1, 2023 #2 It is not modifiable and it managed in the jetty library. I'm not sure what you need but this is likely not the correct direction. Upvote 0
It is not modifiable and it managed in the jetty library. I'm not sure what you need but this is likely not the correct direction.
E EvgenyB4A Active Member Licensed User Longtime User Aug 1, 2023 #3 The server I connect to it requires ping interval 20 seconds from clients and I see frequent disconnections of my client. What is the ping interval is defined by existing jWebsocket client? Upvote 0
The server I connect to it requires ping interval 20 seconds from clients and I see frequent disconnections of my client. What is the ping interval is defined by existing jWebsocket client?
Erel B4X founder Staff member Licensed User Longtime User Aug 1, 2023 #4 The disconnections do not happen because of the ping. Mobile clients disconnect all the time for many reasons. EvgenyB4A said: What is the ping interval is defined by existing jWebsocket client? Click to expand... I don't know. Don't see it in their documentation. Upvote 0
The disconnections do not happen because of the ping. Mobile clients disconnect all the time for many reasons. EvgenyB4A said: What is the ping interval is defined by existing jWebsocket client? Click to expand... I don't know. Don't see it in their documentation.