From 4dd8bae5c91fa4aef09d865d8fef1acd84f90925 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 17 Oct 2021 00:47:22 +0200 Subject: Update dependencies (#1610) * Update dependencies * Update module to go 1.17 --- .../github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime') diff --git a/vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go b/vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go index 45a6a05d..29921c92 100644 --- a/vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go +++ b/vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go @@ -38,9 +38,11 @@ func NewClient(serverURL *url.URL, debug bool) (*Client, error) { c := new(Client) c.ddp = ddp.NewClient(wsURL, serverURL.String()) - if debug { - c.ddp.SetSocketLogActive(true) - } + /* + if debug { + c.ddp.SetSocketLogActive(true) + } + */ if err := c.ddp.Connect(); err != nil { return nil, err -- cgit v1.2.3