Inspect information in websocket

Websocket is not like traditional http, which don’t keep a constant connection.

Websocket maintains a connection within a predefined interval.

Network tab in Chrome devtools is static that a running websocket will not be captured. Communications after loading will still be recorded in the original websocket.