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
Hi,
I follow the example to write a client for my mqtt server, and my client program take 100% of 1 CPU core on Linux.
It looks like when pending for incoming data, VariablePacket::decode(&mut stream) is doing something.
Hi,
I follow the example to write a client for my mqtt server, and my client program take 100% of 1 CPU core on Linux.
It looks like when pending for incoming data, VariablePacket::decode(&mut stream) is doing something.
https://github.com/denis-papin/ava-home/blob/main/src/main.rs
at line 510
Is there anything I am doing wrong?
Regards, Denis
The text was updated successfully, but these errors were encountered: