We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ada35 commit 51e5314Copy full SHA for 51e5314
src/main/java/org/nethergames/proxytransport/integration/QuicTransportServerInfo.java
@@ -115,6 +115,7 @@ public void channelActive(ChannelHandlerContext ctx) throws Exception {
115
QuicChannel quicChannel = quicChannelFuture.getNow();
116
quicChannel.closeFuture().addListener(f -> {
117
logger.debug("Connection to " + address + " for " + this.getServerName() + " server closed");
118
+ channelFuture.channel().close();
119
this.serverConnections.remove(address);
120
});
121
0 commit comments