mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
BugFix: 100% CPU
This commit is contained in:
@@ -503,7 +503,8 @@ int Network::recv(uint8_t* buf, uint16_t len)
|
||||
}
|
||||
|
||||
_busy = true;
|
||||
loop: do
|
||||
loop:
|
||||
do
|
||||
{
|
||||
readBlockedOnWrite = false;
|
||||
readBlocked = false;
|
||||
|
||||
Reference in New Issue
Block a user