Skip to content

Instantly share code, notes, and snippets.

@cosimo
Created March 8, 2019 16:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cosimo/b2c45b407237ec481588a4a8ab401965 to your computer and use it in GitHub Desktop.

Traffic between websocket client and cometd server

IN      1552060842.6432996      [{"id":1,"channel":"/meta/handshake","supportedConnectionTypes":["websocket"],"version":"1.0","ext":{"ack":true,"timesync":{"tc":1552060842643}}}]
OUT     1552060842.6573672      [{"minimumVersion":"1.0","clientId":"21goxg4y4lnjv5pd5ws3lvpj2o","supportedConnectionTypes":["websocket","long-polling","callback-polling"],"advice":{"interval":0,"timeout":30000,"reconnect":"retry"},"channel":"/meta/handshake","id":"1","version":"1.0","successful":true}]

IN      1552060843.1454756      [{"id":2,"channel":"/meta/connect","connectionType":"websocket","ext":{"ack":1,"timesync":{"tc":1552060843145}},"clientId":"21goxg4y4lnjv5pd5ws3lvpj2o"}]
OUT     1552060843.1552584      [{"channel":"/meta/connect","id":"2","successful":true}]

IN      1552060843.6472192      [{"id":4,"channel":"/meta/subscribe","subscription":"/service/hello","clientId":"21goxg4y4lnjv5pd5ws3lvpj2o"}]
OUT     1552060843.6592603      [{"channel":"/meta/subscribe","id":"4","subscription":"/service/hello","successful":true}]

IN      1552060844.1493392      [{"id":5,"channel":"/service/hello","data":{"name":"Fred"},"clientId":"21goxg4y4lnjv5pd5ws3lvpj2o"}]
OUT     1552060844.1588564      [{"channel":"/service/hello","id":"5","successful":true}]

IN      1552060844.6505296      [{"id":6,"channel":"/meta/disconnect","clientId":"21goxg4y4lnjv5pd5ws3lvpj2o"}]
OUT     1552060844.653147       [{"channel":"/meta/disconnect","id":"6","successful":true}]

Cometd server log

2019-03-08 17:00:08 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @216ms to org.eclipse.jetty.util.log.Slf4jLog
2019-03-08 17:00:08 [main] INFO  org.eclipse.jetty.server.Server - jetty-9.4.z-SNAPSHOT; built: 2019-02-15T16:53:49.381Z; git: eb70b240169fcf1abbd86af36482d1c49826fa0b; jvm 10.0.2+13-Ubuntu-1ubuntu0.18.04.4
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added channel /meta/handshake
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added channel /meta/connect
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added channel /meta/subscribe
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added channel /meta/unsubscribe
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added channel /meta/disconnect
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added transport websocket from class org.cometd.websocket.server.WebSocketTransport
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added transport long-polling from class org.cometd.server.transport.AsyncJSONTransport
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added transport callback-polling from class org.cometd.server.transport.JSONPTransport
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Active transports: [websocket, long-polling, callback-polling]
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {clientId=hello_112zo9kh2zx5qz1lsiis1ox33h, channel=/meta/handshake, id=1} hello_112zo9kh2zx5qz1lsiis1ox33h,NEW,last=1552060808846,expire=0
2019-03-08 17:00:08 [main] DEBUG o.cometd.bayeux.server.ServerSession - Delaying expiration for hello_112zo9kh2zx5qz1lsiis1ox33h,NEW,last=0,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {clientId=hello_112zo9kh2zx5qz1lsiis1ox33h, channel=/meta/handshake, id=1} hello_112zo9kh2zx5qz1lsiis1ox33h,NEW,last=1,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 0 listeners on /meta/handshake
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Adding session hello_112zo9kh2zx5qz1lsiis1ox33h,HANDSHAKEN,last=5,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {minimumVersion=1.0, clientId=hello_112zo9kh2zx5qz1lsiis1ox33h, supportedConnectionTypes=[websocket, long-polling, callback-polling], advice=null, channel=/meta/handshake, id=1, version=1.0, successful=true} hello_112zo9kh2zx5qz1lsiis1ox33h,HANDSHAKEN,last=5,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {clientId=hello_112zo9kh2zx5qz1lsiis1ox33h, advice={interval=-1}, channel=/meta/connect, id=2} hello_112zo9kh2zx5qz1lsiis1ox33h,HANDSHAKEN,last=9,expire=0
2019-03-08 17:00:08 [main] DEBUG o.cometd.bayeux.server.ServerSession - Cancelling expiration for hello_112zo9kh2zx5qz1lsiis1ox33h,HANDSHAKEN,last=0,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {clientId=hello_112zo9kh2zx5qz1lsiis1ox33h, advice={interval=-1}, channel=/meta/connect, id=2} hello_112zo9kh2zx5qz1lsiis1ox33h,HANDSHAKEN,last=0,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 0 listeners on /meta/connect
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {channel=/meta/connect, id=2, successful=true} hello_112zo9kh2zx5qz1lsiis1ox33h,CONNECTED,last=1,expire=0
2019-03-08 17:00:08 [main] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Added channel /service/hello
2019-03-08 17:00:08 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@5495333e{/,null,AVAILABLE}
2019-03-08 17:00:08 [main] INFO  o.e.jetty.server.AbstractConnector - Started ServerConnector@48793bef{HTTP/1.1,[http/1.1]}{0.0.0.0:8008}
2019-03-08 17:00:08 [main] INFO  org.eclipse.jetty.server.Server - Started @361ms
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketTransport$EndPoint - WebSocket Text message on EndPoint@5de23701
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Parsed 1 messages
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing {ext={timesync={tc=1552060842643}, ack=true}, supportedConnectionTypes=[Ljava.lang.Object;@e14084f, channel=/meta/handshake, id=1, version=1.0}
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {ext={timesync={tc=1552060842643}, ack=true}, supportedConnectionTypes=[Ljava.lang.Object;@e14084f, channel=/meta/handshake, id=1, version=1.0} 21goxg4y4lnjv5pd5ws3lvpj2o,NEW,last=1552060842651,expire=0
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.cometd.bayeux.server.ServerSession - Delaying expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,NEW,last=0,expire=0
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {ext={timesync={tc=1552060842643}, ack=true}, supportedConnectionTypes=[Ljava.lang.Object;@e14084f, channel=/meta/handshake, id=1, version=1.0} 21goxg4y4lnjv5pd5ws3lvpj2o,NEW,last=1,expire=0
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 0 listeners on /meta/handshake
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Adding session 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=1,expire=0
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {minimumVersion=1.0, clientId=21goxg4y4lnjv5pd5ws3lvpj2o, supportedConnectionTypes=[websocket, long-polling, callback-polling], advice={interval=0, timeout=30000, reconnect=retry}, channel=/meta/handshake, id=1, version=1.0, successful=true} 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=2,expire=0
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Flushing 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=2,expire=0, replies=[{minimumVersion=1.0, clientId=21goxg4y4lnjv5pd5ws3lvpj2o, supportedConnectionTypes=[websocket, long-polling, callback-polling], advice={interval=0, timeout=30000, reconnect=retry}, channel=/meta/handshake, id=1, version=1.0, successful=true}], messages=[]
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing Entry@284d76[messages=0,replies=1]
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing handshake reply {minimumVersion=1.0, clientId=21goxg4y4lnjv5pd5ws3lvpj2o, supportedConnectionTypes=[websocket, long-polling, callback-polling], advice={interval=0, timeout=30000, reconnect=retry}, channel=/meta/handshake, id=1, version=1.0, successful=true}
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketTransport$EndPoint - Sending [{"minimumVersion":"1.0","clientId":"21goxg4y4lnjv5pd5ws3lvpj2o","supportedConnectionTypes":["websocket","long-polling","callback-polling"],"advice":{"interval":0,"timeout":30000,"reconnect":"retry"},"channel":"/meta/handshake","id":"1","version":"1.0","successful":true}]
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.cometd.bayeux.server.ServerSession - Scheduled expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=6,expire=20000
2019-03-08 17:00:42 [qtp825249556-16] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing null
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketTransport$EndPoint - WebSocket Text message on EndPoint@5de23701
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Parsed 1 messages
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing {ext={timesync={tc=1552060843145}, ack=1}, clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/connect, id=2, connectionType=websocket}
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {ext={timesync={tc=1552060843145}, ack=1}, clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/connect, id=2, connectionType=websocket} 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=501,expire=19505
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.cometd.bayeux.server.ServerSession - Cancelling expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=0,expire=0
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {ext={timesync={tc=1552060843145}, ack=1}, clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/connect, id=2, connectionType=websocket} 21goxg4y4lnjv5pd5ws3lvpj2o,HANDSHAKEN,last=0,expire=0
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 0 listeners on /meta/connect
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {channel=/meta/connect, id=2, successful=true} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=1,expire=0
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Flushing 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=1,expire=0, replies=[{channel=/meta/connect, id=2, successful=true}], messages=[]
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing Entry@37483567[messages=0,replies=1]
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.cometd.bayeux.server.ServerSession - Scheduled expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=1,expire=20000
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing replies [{channel=/meta/connect, id=2, successful=true}]
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketTransport$EndPoint - Sending [{"channel":"/meta/connect","id":"2","successful":true}]
2019-03-08 17:00:43 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing null
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketTransport$EndPoint - WebSocket Text message on EndPoint@5de23701
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Parsed 1 messages
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/subscribe, id=4, subscription=/service/hello}
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/subscribe, id=4, subscription=/service/hello} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=499,expire=19502
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.cometd.bayeux.server.ServerSession - Delaying expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=1,expire=19999
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/subscribe, id=4, subscription=/service/hello} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=1,expire=19999
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 0 listeners on /meta/subscribe
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - No authorizers, SUBSCRIBE for channel /service/hello granted
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {channel=/meta/subscribe, id=4, subscription=/service/hello, successful=true} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=6,expire=19994
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Flushing 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=6,expire=19994, replies=[{channel=/meta/subscribe, id=4, subscription=/service/hello, successful=true}], messages=[]
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing Entry@1e1d79c3[messages=0,replies=1]
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing replies [{channel=/meta/subscribe, id=4, subscription=/service/hello, successful=true}]
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketTransport$EndPoint - Sending [{"channel":"/meta/subscribe","id":"4","subscription":"/service/hello","successful":true}]
2019-03-08 17:00:43 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing null
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketTransport$EndPoint - WebSocket Text message on EndPoint@5de23701
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Parsed 1 messages
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, data={name=Fred}, channel=/service/hello, id=5}
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, data={name=Fred}, channel=/service/hello, id=5} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=500,expire=19500
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.cometd.bayeux.server.ServerSession - Delaying expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=0,expire=20498
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - No authorizers, PUBLISH for channel /service/hello granted
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, data={name=Fred}, channel=/service/hello, id=5} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=3,expire=20495
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 1 listeners on /service/hello
2019-03-08 17:00:44 [qtp825249556-20] INFO  com.example.hello.HelloService - Received message: {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, data={name=Fred}, channel=/service/hello, id=5}
2019-03-08 17:00:44 [qtp825249556-20] INFO  com.example.hello.HelloService -     input: {name=Fred}
2019-03-08 17:00:44 [qtp825249556-20] INFO  com.example.hello.HelloService - clientId: 21goxg4y4lnjv5pd5ws3lvpj2o
2019-03-08 17:00:44 [qtp825249556-20] INFO  com.example.hello.HelloService - reply before send: {data={greeting=Hello, Fred, type=message}, channel=/hello}
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {channel=/service/hello, id=5, successful=true} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=5,expire=20493
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Flushing 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=5,expire=20493, replies=[{channel=/service/hello, id=5, successful=true}], messages=[]
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing Entry@4c81eb7f[messages=0,replies=1]
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing replies [{channel=/service/hello, id=5, successful=true}]
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketTransport$EndPoint - Sending [{"channel":"/service/hello","id":"5","successful":true}]
2019-03-08 17:00:44 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing null
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketTransport$EndPoint - WebSocket Text message on EndPoint@5de23701
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Parsed 1 messages
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/disconnect, id=6}
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - >  {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/disconnect, id=6} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=498,expire=20000
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.cometd.bayeux.server.ServerSession - Delaying expiration for 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=0,expire=21497
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - <  {clientId=21goxg4y4lnjv5pd5ws3lvpj2o, channel=/meta/disconnect, id=6} 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=0,expire=21497
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Notifying 0 listeners on /meta/disconnect
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - Removing session 21goxg4y4lnjv5pd5ws3lvpj2o,CONNECTED,last=0,expire=21497, timed out: false
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.server.BayeuxServerImpl.415b0b49 - << {channel=/meta/disconnect, id=6, successful=true} 21goxg4y4lnjv5pd5ws3lvpj2o,DISCONNECTED,last=1,expire=21496
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Flushing 21goxg4y4lnjv5pd5ws3lvpj2o,DISCONNECTED,last=1,expire=21496, replies=[{channel=/meta/disconnect, id=6, successful=true}], messages=[]
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing Entry@105b3fa[messages=0,replies=1]
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing replies [{channel=/meta/disconnect, id=6, successful=true}]
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketTransport$EndPoint - Sending [{"channel":"/meta/disconnect","id":"6","successful":true}]
2019-03-08 17:00:44 [qtp825249556-18] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Processing null
2019-03-08 17:00:45 [qtp825249556-20] DEBUG o.c.w.s.WebSocketEndPoint$Delegate - Closing 1000/ - 21goxg4y4lnjv5pd5ws3lvpj2o,DISCONNECTED,last=501,expire=20996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment