Catch all ZOOM::event() return values less than 1. This includes -4
authorMike Taylor <mike@indexdata.com>
Thu, 22 Feb 2007 11:51:58 +0000 (11:51 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 22 Feb 2007 11:51:58 +0000 (11:51 +0000)
(too many connections), which was the cause of the busy-loop
failure when testing all targets.
Final play-out of left-over events also avoids busy looping on
unexpected negative return-value.
Do not re-enter main loop after initial exit.


No differences found