Replies: 1 comment 11 replies
-
I think for me the main loop/listener should be either regroup (as there is only a listener management in the main loop) or the listener should create the thread himself. I find this message passing a bit too big overhead. The verifications could be done in the thread of the client or just before as it's read only with a |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the current connection diagram for the bootstrap refactor of #3554 :
@Ben-PH
Update with the fix of updater loop (deprecated) :
deprecated :
Beta Was this translation helpful? Give feedback.
All reactions