You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unneeded threads in ZMQ/UDP routers (#3797)
Before this PR, the ZMQ/UDP router main threads only launched the
receiver threads and then waiting for them to terminate. There is no
need for separate threads for this.
# Changed Behaviour
none
## Type of change
- Code maintenance/cleanup
0 commit comments