Replies: 3 comments 28 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
There is one more thing. Why is it that when I receive a socket stream via StreamReader, when I disconnect the device that serves data via udp, UART reading does not block, and when I getting data directly from sock.recv, it blocks when disconnect device. s there any way to prevent sock.recv from blocking? |
Beta Was this translation helpful? Give feedback.
-
Look at bixb answer.. (THREADING.md) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am using two StreamReader streams, one for UART the other for Socket udp. If there is a lot of data from UART, unfortunately I lose UDP packets. Is there any solution for this?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions