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
java.lang.NullPointerException
at org.asynchttpclient.netty.channel.Channels.setAttribute(Channels.java:36)
at org.asynchttpclient.netty.channel.Channels.setDiscard(Channels.java:40)
at org.asynchttpclient.netty.NettyResponseFuture.cancel(NettyResponseFuture.java:183)
The text was updated successfully, but these errors were encountered:
I noticed that in the done() and abort() methods, the channel is set to null. If the code at line 182 (channel != null) is executed at this time, and another thread executes done() or abort(), it may lead to a NullPointerException at org.asynchttpclient.netty.channel.Channels.setAttribute(Channels.java:36).
java.lang.NullPointerException
at org.asynchttpclient.netty.channel.Channels.setAttribute(Channels.java:36)
at org.asynchttpclient.netty.channel.Channels.setDiscard(Channels.java:40)
at org.asynchttpclient.netty.NettyResponseFuture.cancel(NettyResponseFuture.java:183)
The text was updated successfully, but these errors were encountered: