decred / dcrpool

decred mining pool
ISC License
29 stars 27 forks source link

pool: Check ctx before sending to channel. #367

Closed jholdstock closed 1 year ago

jholdstock commented 1 year ago

Check if the context is canceled before blindly sending to a channel which could be closed.