You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've write an app that exchange data with a device by telnet using this plugin. I send a command and waiting for the reply. All seems to work, but the reply from the device is often too short, as the plugin lost the tail of the device transmission. The socket.onData is atomic? Return the entire tcp packet? Or is called more time until the packet is finished?
The text was updated successfully, but these errors were encountered:
I've write an app that exchange data with a device by telnet using this plugin. I send a command and waiting for the reply. All seems to work, but the reply from the device is often too short, as the plugin lost the tail of the device transmission. The socket.onData is atomic? Return the entire tcp packet? Or is called more time until the packet is finished?
The text was updated successfully, but these errors were encountered: