When a connection fails unexpectedly, an error with the text Channel ended, no reply will be forthcoming is sent to all pending requests. However, this error is not tagged in any way, like IllegalOperationError is, and thus can't be preferentially caught and handled without matching the message.
It'd be great to have a specific class for this error. In fact, maybe it could be an IllegalOperationError?
When a connection fails unexpectedly, an error with the text
Channel ended, no reply will be forthcoming
is sent to all pending requests. However, this error is not tagged in any way, like IllegalOperationError is, and thus can't be preferentially caught and handled without matching the message.It'd be great to have a specific class for this error. In fact, maybe it could be an IllegalOperationError?