FelixWolf/libfurc

Move MOTD reader out of readLoop() and into connect()

Closed this issue · 1 comments

Simply return motd from connect() instead of awaiting the readLoop().
Rename readLoop() to run()

Fixed in commit 369043d