Commit 9edb184
committed
Don't report the expected InterruptedException
Processor thread is interrupted when the client is requested to
shutdown. That this may result in an InterruptedException is
expected, and the exception is already handled appropriately. We just
don't need to report it to he user handler, as it doesn't represent an
error condition in the code (and we don't report it in other places too).1 parent 6815e2a commit 9edb184
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments