Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] panic: repeated read on failed websocket connection #8

Open
0xF7A4C6 opened this issue Oct 2, 2023 · 0 comments
Open

[Bug] panic: repeated read on failed websocket connection #8

0xF7A4C6 opened this issue Oct 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@0xF7A4C6
Copy link
Contributor

0xF7A4C6 commented Oct 2, 2023

panic: repeated read on failed websocket connection

goroutine 21 [running]:
github.com/gorilla/websocket.(*Conn).NextReader(0xc000a3c420)
        C:/Users/arm/go/pkg/mod/github.com/gorilla/[email protected]/conn.go:1030 +0x26e
github.com/gorilla/websocket.(*Conn).ReadMessage(0xc01b0c5f70?)
        C:/Users/arm/go/pkg/mod/github.com/gorilla/[email protected]/conn.go:1093 +0x13
github.com/surrealdb/surrealdb.go/internal/websocket.(*WebSocket).read(0xc0148ed740?, {0xb85400, 0xc00a8bdd40})
        C:/Users/arm/go/pkg/mod/github.com/surrealdb/[email protected]/internal/websocket/ws.go:140 +0x25
github.com/surrealdb/surrealdb.go/internal/websocket.(*WebSocket).initialize.func1()
        C:/Users/arm/go/pkg/mod/github.com/surrealdb/[email protected]/internal/websocket/ws.go:167 +0x5e
created by github.com/surrealdb/surrealdb.go/internal/websocket.(*WebSocket).initialize in goroutine 1
        C:/Users/arm/go/pkg/mod/github.com/surrealdb/[email protected]/internal/websocket/ws.go:160 +0x4f
exit status 2
make: *** [Makefile:10: run] Error 1
Appuyez sur une touche pour continuer...
@0xF7A4C6 0xF7A4C6 added the bug Something isn't working label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant