LabVIEW-WebSockets-API icon indicating copy to clipboard operation
LabVIEW-WebSockets-API copied to clipboard

Websocket read

Open rafaeltgross opened this issue 4 years ago • 1 comments

Hi I'm using this very nice library

to write a data, millions data, to check connection, to reconnect, everything works perfect. But to receive the data, I have a issue and I cannot solve it. it works only for 10 min and then instead of arrive data and go to code 0 it stays on code 56 and even if I try to read on 56 I read nothing. the connection is still good. What I have to do?

Could anyone help me please?

thanks Rafael

rafaeltgross avatar Mar 04 '21 11:03 rafaeltgross

Can you share an example/screenshot of your code that replicates the issue? Error 56 is a timeout error which means that a full/complete packet was not received, or no packet was received at all.

samsharp99 avatar Mar 04 '21 11:03 samsharp99