Skip to content

zb: Msg receiver thread tied to Connection lifetime

Zeeshan Ali Khan requested to merge zeenix/one-thread-per-conn into main

Otherwise, we can end up with launching threads way too often and apparently the host OS can just error out if we do it way too often.

Fixes #153 (closed)

Merge request reports