surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
232 stars 60 forks source link

Bug: unexpected EOF on TestSurrealDBSuite/gorilla/TestUpdate #124

Closed ElecTwix closed 7 months ago

ElecTwix commented 7 months ago

Describe the bug

While working on #119 noticed while TestSurrealDBSuite/gorilla/TestUpdate running getting unexpected EOF

Steps to reproduce

  1. Print or Log the error on pkg/conn/gorilla/gorilla.go:226
  2. Run Tests
  3. Get Error

Expected behaviour

Expected to not get this error

SurrealDB version

1.1.1 for linux on x86_64

Contact Details

root@electwix.dev

Is there an existing issue for this?

Code of Conduct

ElecTwix commented 7 months ago

to be noted: this happened because graceful shutdown does not exist in Gorilla WS