tufanv Expert Licensed User Longtime User Dec 1, 2020 #1 Hello, I have a websocket client coded in b4j to connect to a websocket server ( not built withj b4j ). It always gives unexpected EOF error after getting a data from the websocket. Icouldnt find a reason for this on the forum. Any suggestions to fix ? Thanks
Hello, I have a websocket client coded in b4j to connect to a websocket server ( not built withj b4j ). It always gives unexpected EOF error after getting a data from the websocket. Icouldnt find a reason for this on the forum. Any suggestions to fix ? Thanks
KMatle Expert Licensed User Longtime User Dec 2, 2020 #2 I browsed some sources in the www. Mabe a timeout problem? How big is the data you send? Without seeing your code: Can you set an "keep alive" option? Upvote 0
I browsed some sources in the www. Mabe a timeout problem? How big is the data you send? Without seeing your code: Can you set an "keep alive" option?