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
Cannot invoke "java.nio.channels.SocketChannel.close()" because "this.socketChannel" is null> java.lang.NullPointerException: Cannot invoke "java.nio.channels.SocketChannel.close()" because "this.socketChannel" is null
at com.teragrep.rlp_01.RelpClientPlainSocket.close(RelpClientPlainSocket.java:150)
at com.teragrep.rlp_01.RelpConnection.tearDown(RelpConnection.java:169)
when connection has never been connected
Expected behavior
shouldn't throw, should just be no-op because there is nothing to teardown
How to reproduce
create new RelpConnection and immediately call teardown() on it.
Screenshots
Software version
4.0.1
Desktop (please complete the following information if relevant):
OS:
Browser:
Version:
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
when connection has never been connected
Expected behavior
shouldn't throw, should just be no-op because there is nothing to teardown
How to reproduce
create new RelpConnection and immediately call teardown() on it.
Screenshots
Software version
4.0.1
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: