Comment on Nim 0.20.0 (1.0 RC1) releasedparentComments−eptcyka7yhttps://github.com/dom96/nim-in-action-code/blob/master/Chap...Does the linked line imply that a slow client will block the rest of the clients from receiving new messages?−dom967yYes. Ideally this should have a time out on it, but this is an edge case :)
Comments
https://github.com/dom96/nim-in-action-code/blob/master/Chap...
Does the linked line imply that a slow client will block the rest of the clients from receiving new messages?
Yes. Ideally this should have a time out on it, but this is an edge case :)