You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this error in HTTP client tests that is swallowed somehow:
i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.lang.NullPointerException: Cannot invoke "org.reactivestreams.Subscriber.onError(java.lang.Throwable)" because "this.subscriber" is null
at io.micronaut.http.client.netty.ReactiveClientReader.channelInactive(ReactiveClientReader.java:56)
The text was updated successfully, but these errors were encountered:
Issue description
I noticed this error in HTTP client tests that is swallowed somehow:
The text was updated successfully, but these errors were encountered: