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
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
If a single client's jobCast listener channel blocks, then it will prevent jobs from being pushed to other users. We need to have a buffer on the listener and do a non blocking push on the channel. Currently this should never be a problem, but likely an edge case in StratumClient will cause this to happen at some point, and it shouldn't take down the whole server.
The text was updated successfully, but these errors were encountered:
If a single client's jobCast listener channel blocks, then it will prevent jobs from being pushed to other users. We need to have a buffer on the listener and do a non blocking push on the channel. Currently this should never be a problem, but likely an edge case in StratumClient will cause this to happen at some point, and it shouldn't take down the whole server.
The text was updated successfully, but these errors were encountered: