Remove wait on drain (which may never happen)
authorDirk Koopman <djk@tobit.co.uk>
Tue, 21 Apr 2020 18:43:32 +0000 (19:43 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 21 Apr 2020 18:43:32 +0000 (19:43 +0100)
commitf47c97d80722ed7d1881afa7caa0e8d24b6b0a75
treebd69b3d1b279cf4b95094e280933fd40d7fc2ed7
parent422e8587b6408c8d2b712e3319169ef412c6a509
Remove wait on drain (which may never happen)

Changed the arrangements sending logout files (what a palaver for
something so "simple"). Basically, if there is nothing to send on
disconnect, the Mojo "drain" signal is never emitted. So it hangs for
ever. But only sometimes (for some reason).
cmd/bye.pl
perl/Msg.pm