decred / dcrpool

decred mining pool
ISC License
31 stars 28 forks source link

pool: Add missing response to subscribe handler. #372

Closed jholdstock closed 1 year ago

jholdstock commented 1 year ago

The handler for subscribe requests seemed to have incomplete error handling for the case where FetchMinerDifficulty failed. No response was being returned to the caller.

This adds a generic Unknown error response so that the caller is not left hanging.