diff --git a/cmd/socketio-poc/main.go b/cmd/socketio-poc/main.go index 642e56a2..5539d803 100644 --- a/cmd/socketio-poc/main.go +++ b/cmd/socketio-poc/main.go @@ -37,7 +37,7 @@ func socketIOServer() *gosocketio.Server { }) sio.On(gosocketio.OnError, func(c *gosocketio.Channel) { - log.Warn().Interface("c", *c).Msg("socketio error") + log.Warn().Interface("c", c).Msg("socketio error") }) // chat socket