Closed grahamc closed 6 years ago
Once the reading loop has begun, messages to channel 0 are effectively ignored. Sometimes they contain important information, though, and not knowing they're being dropped can cause trouble when debugging other issues.
Unfortunately this is a bit ugly since it also warns about the first few messages to chan0 which are not ignored.
Once the reading loop has begun, messages to channel 0 are effectively ignored. Sometimes they contain important information, though, and not knowing they're being dropped can cause trouble when debugging other issues.