ping

Arguments

none

Request

socket.send(JSON.stringify({
  "event": "ping"
}));

Response

Connected to Tensor WebSocket Endpoint, waiting for incoming events...
WebSocket connection type: open
{ type: 'pong' }