From e5f59fa0f90abe4222cbb4c4dc7ad26148c9ee8a Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 2 Oct 2021 12:02:25 -0700 Subject: [PATCH] fix local --- src/tcp/tcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tcp/tcp.go b/src/tcp/tcp.go index 3e0714c2..45476fb2 100644 --- a/src/tcp/tcp.go +++ b/src/tcp/tcp.go @@ -184,6 +184,7 @@ func (s *server) clientCommunication(port string, c *comm.Comm) (room string, er if err != nil { return } + log.Debugf("Abytes: %s", Abytes) if bytes.Equal(Abytes, []byte("ping")) { room = pingRoom log.Debug("sending back pong")