2025-07-08 18:17:21:698 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2025-07-08 18:17:21:698 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:54587 2025-07-08 18:17:21:698 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:54587 2025-07-08 18:17:21:699 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:54587 2025-07-08 18:17:21:699 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1008164226 2025-07-08 18:17:21:699 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2025-07-08 18:17:21:699 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:54587 2025-07-08 18:17:21:700 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:54587 2025-07-08 18:17:21:700 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:54587 2025-07-08 18:17:21:700 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1706367351 2025-07-08 18:17:21:701 +0000 [nioEventLoopGroup-2-4] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:54587' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:54587 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:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) 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-07-08 18:17:21:701 +0000 [nioEventLoopGroup-2-4] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@1008164226 2025-07-08 18:17:21:702 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x7a6c600a, L:/127.0.0.1:51794 - R:localhost/127.0.0.1:54587]]@1706367351 2025-07-08 18:17:21:702 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: CROy6qzW0+OSvNYjY8Ez6w==, expected response: j9eHSo7BtGZ2SKgBdBiRV2w/PGo= 2025-07-08 18:17:21:703 +0000 [nioEventLoopGroup-2-8] DEBUG WebSocketServerHandshaker - [id: 0xf1549be8, L:/127.0.0.1:54587 - R:/127.0.0.1:51794] WebSocket version V13 server handshake 2025-07-08 18:17:21:703 +0000 [nioEventLoopGroup-2-8] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: CROy6qzW0+OSvNYjY8Ez6w==, response: j9eHSo7BtGZ2SKgBdBiRV2w/PGo= 2025-07-08 18:17:21:705 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketClientHandshake - Client connected on [id: 0x7a6c600a, L:/127.0.0.1:51794 - R:localhost/127.0.0.1:54587] 2025-07-08 18:17:22:354 +0000 [defaultEventExecutorGroup-3-2] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2025-07-08 18:17:22:354 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] input : 1 2025-07-08 18:17:22:354 +0000 [defaultEventExecutorGroup-3-2] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0x7a6c600a, L:/127.0.0.1:51794 - R:localhost/127.0.0.1:54587], closing channel now java.lang.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:324) 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.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61) at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:425) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) 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-07-08 18:17:22:355 +0000 [defaultEventExecutorGroup-3-2] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":{"current-level":1,"max-level":2}} 2025-07-08 18:17:22:355 +0000 [nioEventLoopGroup-2-5] 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:324) 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.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61) at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:425) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) 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-07-08 18:17:22:355 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] input : {"current-level":1,"max-level":2} 2025-07-08 18:17:22:356 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@2104777737 2025-07-08 18:17:22:356 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x7a6c600a, L:/127.0.0.1:51794 ! R:localhost/127.0.0.1:54587]]@1706367351 2025-07-08 18:17:22:357 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2025-07-08T18:17:22.357069609Z, 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-07-08 18:17:22:357 +0000 [defaultEventExecutorGroup-3-2] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f104c52b058@e0865e7 with notification JsonRpcNotification [eventTime=2025-07-08T18:17:22.357069609Z, 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-07-08 18:17:22:357 +0000 [defaultEventExecutorGroup-3-2] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2025-07-08T18:17:22.357069609Z, 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-07-08 18:17:22:357 +0000 [defaultEventExecutorGroup-3-2] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,3]} 2025-07-08 18:17:22:358 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] input : [1,3] 2025-07-08 18:17:22:358 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2025-07-08T18:17:22.358820416Z, 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-07-08 18:17:22:359 +0000 [defaultEventExecutorGroup-3-2] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f104c52b058@e0865e7 with notification JsonRpcNotification [eventTime=2025-07-08T18:17:22.358820416Z, 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-07-08 18:17:22:359 +0000 [defaultEventExecutorGroup-3-2] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2025-07-08T18:17:22.358820416Z, 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-07-08 18:17:22:359 +0000 [defaultEventExecutorGroup-3-2] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,2]} 2025-07-08 18:17:22:359 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] input : [1,2] 2025-07-08 18:17:22:360 +0000 [defaultEventExecutorGroup-3-2] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2025-07-08T18:17:22.360318275Z, 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-07-08 18:17:22:360 +0000 [defaultEventExecutorGroup-3-2] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda/0x00007f104c52b058@e0865e7 with notification JsonRpcNotification [eventTime=2025-07-08T18:17:22.360318275Z, 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-07-08 18:17:22:360 +0000 [defaultEventExecutorGroup-3-2] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2025-07-08T18:17:22.360318275Z, 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-07-08 18:17:22:703 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:54587 2025-07-08 18:17:22:703 +0000 [nioEventLoopGroup-2-7] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1008164226 2025-07-08 18:17:22:705 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xe47b010b, L:/127.0.0.1:51806 - R:localhost/127.0.0.1:54587]]@1008164226 2025-07-08 18:17:22:706 +0000 [nioEventLoopGroup-2-10] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: 3RHvvPjwfQChcVhz75xU7w==, expected response: tReOt2RXMecHJ+O47EbP45wqW28= 2025-07-08 18:17:22:708 +0000 [nioEventLoopGroup-2-11] DEBUG WebSocketServerHandshaker - [id: 0x1c62c62e, L:/127.0.0.1:54587 - R:/127.0.0.1:51806] WebSocket version V13 server handshake 2025-07-08 18:17:22:708 +0000 [nioEventLoopGroup-2-11] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: 3RHvvPjwfQChcVhz75xU7w==, response: tReOt2RXMecHJ+O47EbP45wqW28= 2025-07-08 18:17:22:710 +0000 [nioEventLoopGroup-2-10] DEBUG WebSocketClientHandshake - Client connected on [id: 0xe47b010b, L:/127.0.0.1:51806 - R:localhost/127.0.0.1:54587] 2025-07-08 18:17:23:358 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:54587 2025-07-08 18:17:23:358 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0x7a6c600a, L:/127.0.0.1:51794 ! R:localhost/127.0.0.1:54587]]@1706367351 2025-07-08 18:17:23:360 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x763a3717, L:/127.0.0.1:51810 - R:localhost/127.0.0.1:54587]]@1706367351 2025-07-08 18:17:23:360 +0000 [nioEventLoopGroup-2-12] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: G3uVfcBDpuepy5q5qKQLdg==, expected response: EQpPKKRzhwyM/PZ6Dk0G2ThhlC8= 2025-07-08 18:17:23:362 +0000 [nioEventLoopGroup-2-1] DEBUG WebSocketServerHandshaker - [id: 0x9cb2ef00, L:/127.0.0.1:54587 - R:/127.0.0.1:51810] WebSocket version V13 server handshake 2025-07-08 18:17:23:362 +0000 [nioEventLoopGroup-2-1] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: G3uVfcBDpuepy5q5qKQLdg==, response: EQpPKKRzhwyM/PZ6Dk0G2ThhlC8= 2025-07-08 18:17:23:364 +0000 [nioEventLoopGroup-2-12] DEBUG WebSocketClientHandshake - Client connected on [id: 0x763a3717, L:/127.0.0.1:51810 - R:localhost/127.0.0.1:54587] 2025-07-08 18:17:27:354 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:54587@1052251357] 2025-07-08 18:17:27:356 +0000 [nioEventLoopGroup-2-10] DEBUG DefaultChannelPipeline - Discarded inbound message CloseWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 5)) that reached at the tail of the pipeline. Please check your pipeline configuration. 2025-07-08 18:17:27:356 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:54587, sessionType=SUB, hashCode=1008164226] 2025-07-08 18:17:27:356 +0000 [nioEventLoopGroup-2-10] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0xe47b010b, L:/127.0.0.1:51806 - R:localhost/127.0.0.1:54587]. 2025-07-08 18:17:27:356 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xe47b010b, L:/127.0.0.1:51806 - R:localhost/127.0.0.1:54587]]@1008164226 2025-07-08 18:17:27:357 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@2104777737 2025-07-08 18:17:27:357 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:54587, sessionType=SUB, hashCode=1706367351] 2025-07-08 18:17:27:357 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x763a3717, L:/127.0.0.1:51810 ! R:localhost/127.0.0.1:54587]]@1706367351 2025-07-08 18:17:27:357 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x763a3717, L:/127.0.0.1:51810 ! R:localhost/127.0.0.1:54587]]@1706367351 2025-07-08 18:17:27:357 +0000 [nioEventLoopGroup-2-12] DEBUG DefaultChannelPipeline - Discarded inbound message CloseWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 5, cap: 5)) that reached at the tail of the pipeline. Please check your pipeline configuration. 2025-07-08 18:17:27:357 +0000 [nioEventLoopGroup-2-12] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0x763a3717, L:/127.0.0.1:51810 ! R:localhost/127.0.0.1:54587].