2024-09-13 11:51:35:781 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-09-13 11:51:35:781 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:56089 2024-09-13 11:51:35:781 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification1' mapped to ws://localhost:56089 2024-09-13 11:51:35:782 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:56089 2024-09-13 11:51:35:782 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1515604577 2024-09-13 11:51:35:783 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] map lookup => null 2024-09-13 11:51:35:783 +0000 [main] DEBUG AbstractJsonRPCComponent - [test][NOTIFICATION] governance lookup => ws://localhost:56089 2024-09-13 11:51:35:783 +0000 [main] DEBUG JsonRPCNotificationService - Notification 'notification2' mapped to ws://localhost:56089 2024-09-13 11:51:35:783 +0000 [main] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:56089 2024-09-13 11:51:35:783 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1396626286 2024-09-13 11:51:35:788 +0000 [nioEventLoopGroup-2-9] WARN AbstractReconnectingClient - Connection attempt to 'localhost/127.0.0.1:56089' failed io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:56089 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:672) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) 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:776) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994) 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:833) 2024-09-13 11:51:35:788 +0000 [nioEventLoopGroup-2-9] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to INITIAL [N/A]@1515604577 2024-09-13 11:51:35:791 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xe319d0f9, L:/127.0.0.1:35798 - R:localhost/127.0.0.1:56089]]@1396626286 2024-09-13 11:51:35:791 +0000 [nioEventLoopGroup-2-10] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: NboyAw3Y9FoSFXJzFP6TYA==, expected response: iz9gBqf2DVhOb8cTLACXoQbkVo4= 2024-09-13 11:51:35:794 +0000 [nioEventLoopGroup-2-1] DEBUG WebSocketServerHandshaker - [id: 0xb0f1a440, L:/127.0.0.1:56089 - R:/127.0.0.1:35798] WebSocket version V13 server handshake 2024-09-13 11:51:35:794 +0000 [nioEventLoopGroup-2-1] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: NboyAw3Y9FoSFXJzFP6TYA==, response: iz9gBqf2DVhOb8cTLACXoQbkVo4= 2024-09-13 11:51:35:796 +0000 [nioEventLoopGroup-2-10] DEBUG WebSocketClientHandshake - Client connected on [id: 0xe319d0f9, L:/127.0.0.1:35798 - R:localhost/127.0.0.1:56089] 2024-09-13 11:51:36:442 +0000 [defaultEventExecutorGroup-3-4] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":1} 2024-09-13 11:51:36:443 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] input : 1 2024-09-13 11:51:36:444 +0000 [defaultEventExecutorGroup-3-4] ERROR AbstractMessageListenerAdapter - Caught exception on [id: 0xe319d0f9, L:/127.0.0.1:35798 - R:localhost/127.0.0.1:56089], closing channel now java.lang.IllegalArgumentException: expected one element but was: at com.google.common.collect.Iterators.getOnlyElement(Iterators.java:323) 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:994) 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:833) 2024-09-13 11:51:36:444 +0000 [nioEventLoopGroup-2-10] 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:323) 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:994) 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:833) 2024-09-13 11:51:36:444 +0000 [defaultEventExecutorGroup-3-4] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":{"current-level":1,"max-level":2}} 2024-09-13 11:51:36:445 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@263183808 2024-09-13 11:51:36:445 +0000 [nioEventLoopGroup-2-10] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xe319d0f9, L:/127.0.0.1:35798 ! R:localhost/127.0.0.1:56089]]@1396626286 2024-09-13 11:51:36:445 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] input : {"current-level":1,"max-level":2} 2024-09-13 11:51:36:446 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-09-13T11:51:36.446469648Z, 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]}] 2024-09-13 11:51:36:446 +0000 [defaultEventExecutorGroup-3-4] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda$632/0x0000000801113128@71c264e5 with notification JsonRpcNotification [eventTime=2024-09-13T11:51:36.446469648Z, 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]}] 2024-09-13 11:51:36:446 +0000 [defaultEventExecutorGroup-3-4] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-09-13T11:51:36.446469648Z, 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]}] 2024-09-13 11:51:36:447 +0000 [defaultEventExecutorGroup-3-4] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,3]} 2024-09-13 11:51:36:447 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] input : [1,3] 2024-09-13 11:51:36:448 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-09-13T11:51:36.448376880Z, 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]}] 2024-09-13 11:51:36:448 +0000 [defaultEventExecutorGroup-3-4] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda$632/0x0000000801113128@71c264e5 with notification JsonRpcNotification [eventTime=2024-09-13T11:51:36.448376880Z, 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]}] 2024-09-13 11:51:36:448 +0000 [defaultEventExecutorGroup-3-4] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-09-13T11:51:36.448376880Z, 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]}] 2024-09-13 11:51:36:448 +0000 [defaultEventExecutorGroup-3-4] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notification1","params":[1,2]} 2024-09-13 11:51:36:449 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] input : [1,2] 2024-09-13 11:51:36:449 +0000 [defaultEventExecutorGroup-3-4] TRACE NotificationCodec - [decode][notification1] result : JsonRpcNotification [eventTime=2024-09-13T11:51:36.449696326Z, 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]}] 2024-09-13 11:51:36:449 +0000 [defaultEventExecutorGroup-3-4] DEBUG JsonRPCNotificationService - Invoking listener org.opendaylight.jsonrpc.provider.common.JsonRPCNotificationServiceTest$$Lambda$632/0x0000000801113128@71c264e5 with notification JsonRpcNotification [eventTime=2024-09-13T11:51:36.449696326Z, 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]}] 2024-09-13 11:51:36:449 +0000 [defaultEventExecutorGroup-3-4] INFO JsonRPCNotificationServiceTest - Received notification : JsonRpcNotification [eventTime=2024-09-13T11:51:36.449696326Z, 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]}] 2024-09-13 11:51:36:790 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:56089 2024-09-13 11:51:36:790 +0000 [nioEventLoopGroup-2-12] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@1515604577 2024-09-13 11:51:36:792 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xd36bd0a2, L:/127.0.0.1:57782 - R:localhost/127.0.0.1:56089]]@1515604577 2024-09-13 11:51:36:793 +0000 [nioEventLoopGroup-2-3] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: yJs8KAnoGazNyeHNjCVOCQ==, expected response: YiSQfwGTpMMDuPyAxmU4Sif+M6I= 2024-09-13 11:51:36:798 +0000 [nioEventLoopGroup-2-4] DEBUG WebSocketServerHandshaker - [id: 0x6bc9e65c, L:/127.0.0.1:56089 - R:/127.0.0.1:57782] WebSocket version V13 server handshake 2024-09-13 11:51:36:799 +0000 [nioEventLoopGroup-2-4] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: yJs8KAnoGazNyeHNjCVOCQ==, response: YiSQfwGTpMMDuPyAxmU4Sif+M6I= 2024-09-13 11:51:36:800 +0000 [nioEventLoopGroup-2-3] DEBUG WebSocketClientHandshake - Client connected on [id: 0xd36bd0a2, L:/127.0.0.1:57782 - R:localhost/127.0.0.1:56089] 2024-09-13 11:51:37:446 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - (Re)connecting to localhost/127.0.0.1:56089 2024-09-13 11:51:37:446 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [[id: 0xe319d0f9, L:/127.0.0.1:35798 ! R:localhost/127.0.0.1:56089]]@1396626286 2024-09-13 11:51:37:450 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x163a39f0, L:/127.0.0.1:57794 - R:localhost/127.0.0.1:56089]]@1396626286 2024-09-13 11:51:37:450 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: Ms02ZHAHDzMSDbyKmHFAVg==, expected response: H2cKX09gW35Y4VeLP36ecRcqmDM= 2024-09-13 11:51:37:452 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketServerHandshaker - [id: 0x885e7851, L:/127.0.0.1:56089 - R:/127.0.0.1:57794] WebSocket version V13 server handshake 2024-09-13 11:51:37:452 +0000 [nioEventLoopGroup-2-6] DEBUG WebSocketServerHandshaker - WebSocket version 13 server handshake key: Ms02ZHAHDzMSDbyKmHFAVg==, response: H2cKX09gW35Y4VeLP36ecRcqmDM= 2024-09-13 11:51:37:455 +0000 [nioEventLoopGroup-2-5] DEBUG WebSocketClientHandshake - Client connected on [id: 0x163a39f0, L:/127.0.0.1:57794 - R:localhost/127.0.0.1:56089] 2024-09-13 11:51:41:441 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@ws://localhost:56089@1160292465] 2024-09-13 11:51:41:442 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=ws://localhost:56089, sessionType=SUB, hashCode=1515604577] 2024-09-13 11:51:41:442 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xd36bd0a2, L:/127.0.0.1:57782 - R:localhost/127.0.0.1:56089]]@1515604577 2024-09-13 11:51:41:444 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@263183808 2024-09-13 11:51:41:444 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x163a39f0, L:/127.0.0.1:57794 ! R:localhost/127.0.0.1:56089]]@1396626286 2024-09-13 11:51:41:444 +0000 [nioEventLoopGroup-2-5] 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. 2024-09-13 11:51:41:444 +0000 [nioEventLoopGroup-2-5] DEBUG DefaultChannelPipeline - Discarded message pipeline : [ws-decoder, ws-encoder, client-handler, DefaultChannelPipeline$TailContext#0]. Channel : [id: 0x163a39f0, L:/127.0.0.1:57794 ! R:localhost/127.0.0.1:56089]. 2024-09-13 11:51:41:444 +0000 [main] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=ws://localhost:56089, sessionType=SUB, hashCode=1396626286] 2024-09-13 11:51:41:444 +0000 [main] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x163a39f0, L:/127.0.0.1:57794 ! R:localhost/127.0.0.1:56089]]@1396626286