LabVIEW-WebSockets-API
LabVIEW-WebSockets-API copied to clipboard
Websocket read
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
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.