[Bug 63114] Async methods do not call handler on exception

2019-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63114 --- Comment #3 from Mark Thomas --- IllegalStateException on attempting to send messages concurrently is as per the spec. IllegalArgumentException on encoding to UTF-8 shouldn't happen. It is possible but a client would need to go out of its w

[Bug 63114] Async methods do not call handler on exception

2019-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63114 --- Comment #2 from Boris Petrov --- Thank you for the response. But did you see all the links I pasted? The third and fourth one are throwing not for null-arguments but for other error cases. Are they according to the spec too? -- You are re

[Bug 63114] Async methods do not call handler on exception

2019-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63114 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---