2025-12-28 04:50:01:989 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2025-12-28 04:50:01:990 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:43533 2025-12-28 04:50:01:990 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:43533 2025-12-28 04:50:01:991 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:43533 2025-12-28 04:50:01:991 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1979001148 2025-12-28 04:50:01:991 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2025-12-28 04:50:01:991 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:43533 2025-12-28 04:50:01:991 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:43533 2025-12-28 04:50:01:992 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:43533 2025-12-28 04:50:01:992 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@967707647 2025-12-28 04:50:01:992 +0000 [multiThreadIoEventLoopGroup-2-7] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:43533' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:43533 Caused by: java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:384) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:432) at io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388) at io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596) at io.netty.channel.nio.NioIoHandler.processSelectedKeysOptimized(NioIoHandler.java:571) at io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:512) at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484) at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2025-12-28 04:50:01:993 +0000 [multiThreadIoEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@1979001148 2025-12-28 04:50:01:995 +0000 [multiThreadIoEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x8364bf69, L:/127.0.0.1:58112 - R:localhost/127.0.0.1:43533]]@967707647 2025-12-28 04:50:01:995 +0000 [multiThreadIoEventLoopGroup-2-8] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: 0Hm/e9BJdN7y7dKpoEb2CQ==, expected response: IstfxCmqPdYU5plj2R62fR9T0c8= 2025-12-28 04:50:01:997 +0000 [multiThreadIoEventLoopGroup-2-11] DEBUG WebSocketServerHandshaker - [id: 0xdc022eee, L:/127.0.0.1:43533 - R:/127.0.0.1:58112] WebSocket version V13 server handshake 2025-12-28 04:50:01:997 +0000 [multiThreadIoEventLoopGroup-2-11] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: 0Hm/e9BJdN7y7dKpoEb2CQ==, response: IstfxCmqPdYU5plj2R62fR9T0c8= 2025-12-28 04:50:01:999 +0000 [multiThreadIoEventLoopGroup-2-8] DEBUG WebSocketClientHandshake - Client connected on [id: 0x8364bf69, L:/127.0.0.1:58112 - R:localhost/127.0.0.1:43533] 2025-12-28 04:50:02:647 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2025-12-28 04:50:02:648 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] input : 1 2025-12-28 04:50:02:648 +0000 [defaultEventExecutorGroup-3-3] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0x8364bf69, L:/127.0.0.1:58112 - R:localhost/127.0.0.1:43533], closing channel now java.lang.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:326) at com.google.common.collect.Iterables.getOnlyElement(Iterables.java:263) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapPrimitive(RpcNotificationBaseCodec.java:72) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapInputIfNecessary(RpcNotificationBaseCodec.java:62) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:50) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:31) at org.opendaylight.jsonrpc.impl.JsonRPCNotificationService.handleNotification(JsonRPCNotificationService.java:134) at org.opendaylight.jsonrpc.bus.messagelib.SubscriberHandlerAdapter.handleNotification(SubscriberHandlerAdapter.java:31) at org.opendaylight.jsonrpc.bus.messagelib.NotificationHandlerAdapter.onMessage(NotificationHandlerAdapter.java:44) at org.opendaylight.jsonrpc.bus.spi.AbstractMessageListenerAdapter.processResponse(AbstractMessageListenerAdapter.java:38) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:39) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:26) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) at io.netty.channel.AbstractChannelHandlerContext.lambda$fireChannelRead$2(AbstractChannelHandlerContext.java:365) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148) at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2025-12-28 04:50:02:649 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":{"current-level":1,"max-level":2}} 2025-12-28 04:50:02:650 +0000 [multiThreadIoEventLoopGroup-2-8] WARN 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.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:326) at com.google.common.collect.Iterables.getOnlyElement(Iterables.java:263) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapPrimitive(RpcNotificationBaseCodec.java:72) at org.opendaylight.jsonrpc.dom.codec.RpcNotificationBaseCodec.wrapInputIfNecessary(RpcNotificationBaseCodec.java:62) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:50) at org.opendaylight.jsonrpc.dom.codec.NotificationCodec.deserialize(NotificationCodec.java:31) at org.opendaylight.jsonrpc.impl.JsonRPCNotificationService.handleNotification(JsonRPCNotificationService.java:134) at org.opendaylight.jsonrpc.bus.messagelib.SubscriberHandlerAdapter.handleNotification(SubscriberHandlerAdapter.java:31) at org.opendaylight.jsonrpc.bus.messagelib.NotificationHandlerAdapter.onMessage(NotificationHandlerAdapter.java:44) at org.opendaylight.jsonrpc.bus.spi.AbstractMessageListenerAdapter.processResponse(AbstractMessageListenerAdapter.java:38) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:39) at org.opendaylight.jsonrpc.bus.http.WebSocketClientHandler.channelRead0(WebSocketClientHandler.java:26) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) at io.netty.channel.AbstractChannelHandlerContext.lambda$fireChannelRead$2(AbstractChannelHandlerContext.java:365) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148) at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) 2025-12-28 04:50:02:650 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] input : {"current-level":1,"max-level":2} 2025-12-28 04:50:02:650 +0000 [multiThreadIoEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@2019216019 2025-12-28 04:50:02:651 +0000 [multiThreadIoEventLoopGroup-2-8] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x8364bf69, L:/127.0.0.1:58112 ! R:localhost/127.0.0.1:43533]]@967707647 2025-12-28 04:50:02:651 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2025-12-28T04:50:02.651874210Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:652 +0000 [defaultEventExecutorGroup-3-3] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f8f805128e8@7080e8fc with notification JsonRpcNotification [eventTime=2025-12-28T04:50:02.651874210Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:652 +0000 [defaultEventExecutorGroup-3-3] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2025-12-28T04:50:02.651874210Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:652 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,3]} 2025-12-28 04:50:02:653 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] input : [1,3] 2025-12-28 04:50:02:653 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2025-12-28T04:50:02.653779241Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=3}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:653 +0000 [defaultEventExecutorGroup-3-3] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f8f805128e8@7080e8fc with notification JsonRpcNotification [eventTime=2025-12-28T04:50:02.653779241Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=3}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:654 +0000 [defaultEventExecutorGroup-3-3] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2025-12-28T04:50:02.653779241Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=3}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:654 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,2]} 2025-12-28 04:50:02:654 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] input : [1,2] 2025-12-28 04:50:02:655 +0000 [defaultEventExecutorGroup-3-3] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2025-12-28T04:50:02.655011627Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:655 +0000 [defaultEventExecutorGroup-3-3] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f8f805128e8@7080e8fc with notification JsonRpcNotification [eventTime=2025-12-28T04:50:02.655011627Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:655 +0000 [defaultEventExecutorGroup-3-3] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2025-12-28T04:50:02.655011627Z, content=ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)current-level, body=1}, ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)max-level, body=2}]}, schemaPath=Absolute{qnames=[(urn:opendaylight:jsonrpc:test-notif?revision=2020-10-14)notification1]}] 2025-12-28 04:50:02:995 +0000 [multiThreadIoEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:43533 2025-12-28 04:50:02:995 +0000 [multiThreadIoEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1979001148 2025-12-28 04:50:02:998 +0000 [multiThreadIoEventLoopGroup-2-1] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x5c229ead, L:/127.0.0.1:58126 - R:localhost/127.0.0.1:43533]]@1979001148 2025-12-28 04:50:02:999 +0000 [multiThreadIoEventLoopGroup-2-1] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: 4y8byitJ77eH+TnY4R2IQw==, expected response: vzOyIj6kDhR8AfwFJGQ6XkA6D0M= 2025-12-28 04:50:03:001 +0000 [multiThreadIoEventLoopGroup-2-2] DEBUG WebSocketServerHandshaker - [id: 0x28083fe5, L:/127.0.0.1:43533 - R:/127.0.0.1:58126] WebSocket version V13 server handshake 2025-12-28 04:50:03:001 +0000 [multiThreadIoEventLoopGroup-2-2] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: 4y8byitJ77eH+TnY4R2IQw==, response: vzOyIj6kDhR8AfwFJGQ6XkA6D0M= 2025-12-28 04:50:03:003 +0000 [multiThreadIoEventLoopGroup-2-1] DEBUG WebSocketClientHandshake - Client connected on [id: 0x5c229ead, L:/127.0.0.1:58126 - R:localhost/127.0.0.1:43533] 2025-12-28 04:50:03:652 +0000 [multiThreadIoEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:43533 2025-12-28 04:50:03:652 +0000 [multiThreadIoEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x8364bf69, L:/127.0.0.1:58112 ! R:localhost/127.0.0.1:43533]]@967707647 2025-12-28 04:50:03:655 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xf2e446e4, L:/127.0.0.1:58132 - R:localhost/127.0.0.1:43533]]@967707647 2025-12-28 04:50:03:655 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: a6BWmevK2l3I9+LH5P9Eaw==, expected response: 022CeUNP+d1E8KGjPOp6d0zjcwQ= 2025-12-28 04:50:03:659 +0000 [multiThreadIoEventLoopGroup-2-4] DEBUG WebSocketServerHandshaker - [id: 0x06a99673, L:/127.0.0.1:43533 - R:/127.0.0.1:58132] WebSocket version V13 server handshake 2025-12-28 04:50:03:659 +0000 [multiThreadIoEventLoopGroup-2-4] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: a6BWmevK2l3I9+LH5P9Eaw==, response: 022CeUNP+d1E8KGjPOp6d0zjcwQ= 2025-12-28 04:50:03:667 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG WebSocketClientHandshake - Client connected on [id: 0xf2e446e4, L:/127.0.0.1:58132 - R:localhost/127.0.0.1:43533] 2025-12-28 04:50:07:646 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:43533@2073971242] 2025-12-28 04:50:07:647 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:43533, sessionType=SUB, hashCode=1979001148] 2025-12-28 04:50:07:647 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x5c229ead, L:/127.0.0.1:58126 - R:localhost/127.0.0.1:43533]]@1979001148 2025-12-28 04:50:07:648 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:43533, sessionType=SUB, hashCode=967707647] 2025-12-28 04:50:07:648 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xf2e446e4, L:/127.0.0.1:58132 - R:localhost/127.0.0.1:43533]]@967707647 2025-12-28 04:50:07:649 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG DefaultChannelPipeline - Discarded inbound message CloseWebSocketFrame(data: AdaptivePoolingAllocator$AdaptiveByteBuf(ridx: 0, widx: 5, cap: 5)) that reached at the tail of the pipeline. Please check your pipeline configuration. 2025-12-28 04:50:07:649 +0000 [multiThreadIoEventLoopGroup-2-3] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xf2e446e4, L:/127.0.0.1:58132 ! R:localhost/127.0.0.1:43533].