Variable GatewayClient.sock

WebSocket connection for this gateway connection

Declaration

class GatewayClient
{
  // ...
  vibe.http.websockets.WebSocket sock;
  // ...
}