Michael

Results 2 comments of Michael

@riking the `defer` clause should be placed after the `if` block, the correct code may looks like below: ```go conn, err := NewDialer(server.URL) if err != nil { t.Error(err) return...

@kent58909 it may be caused by the client implementing by `gin` framework which does not set the websocket's ping handler. If the `session` of the `melody` instance sends a `pingMessage`...