surrealdb/surrealdb.go

Bug: unexpected EOF on TestSurrealDBSuite/gorilla/TestUpdate

ElecTwix opened this issue · 1 comments

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?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct

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