From 032f2604e5ba9bf7cf219595c6927eb65b1c3639 Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 30 Nov 2017 15:10:16 +0900 Subject: [PATCH] ing --- client/socket.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/socket.go b/client/socket.go index 1d47588..367ae72 100644 --- a/client/socket.go +++ b/client/socket.go @@ -13,6 +13,8 @@ import ( ) type Socket interface { + Context() SocketContext + // Subprotocol returns the negotiated protocol for the connection. Subprotocol() string