After running cargo run, I receive the following outputs from the terminal:
Connecting to broker at test.mosquitto.org:1883
Connected to broker, sending CONNECT packet...
CONNECT packet sent!
Connected to the broker!
Nothing is in the stream.
Nothing is in the stream.
Nothing is in the stream.
Nothing is in the stream.
Nothing is in the stream.
Sent PINGREQ
Received PINGRESP
Failed to read packet: Custom { kind: UnexpectedEof, error: "early eof" }
After running
cargo run
, I receive the following outputs from the terminal: