mqtt-hs icon indicating copy to clipboard operation
mqtt-hs copied to clipboard

handle EOFs

Open sorki opened this issue 6 years ago • 0 comments

Fixes

ttnc: <socket: 55>: hLookAhead: end of file
ttnc: thread blocked indefinitely in an STM transaction

With this patch it handles EOF gracefully and I'm able to restart everything:

Received on topic "basetest/devices/tester/events/down/sent"
Terminated, restarting. Reason: EOF
Received on topic "basetest/devices/tester/up"

sorki avatar Aug 01 '18 20:08 sorki