()
| 171 | } |
| 172 | |
| 173 | func (c *Client) debug() *zerolog.Event { |
| 174 | return log.Debug().Str("id", c.info.ID.String()).Str("ip", c.info.Addr.String()) |
| 175 | } |
| 176 | |
| 177 | func (c *Client) printWebSocketError(typex string, err error) { |
| 178 | if strings.Contains(err.Error(), "use of closed network connection") { |
no outgoing calls
no test coverage detected