Open wokito opened 2 months ago
When I upgraded SurrealDB to 2.0.1, I encountered the same situation. I always timed out when creating records. The error was: sending request failed for method 'create': timeout
.
I get this error: sending request failed for method 'query': timeout
Error:
panic: sending request failed for method 'create': timeout
Code:
UserInsertionData, err := db.DB.Create("user", NewUser)
if err != nil {
panic(err)
}
Newest SDK commit && surreal 2.0.2 on arch linux
@remade any updates?
@ElecTwix any updates?
@HilkopterBob, please ask @remade; I didn't change anything.
Describe the bug
When I use the SDK of Go to execute the RELATE on version 2.0 of DB. Timeout will occur. But version 1.53 can be used normally. The error message is as follows: sending request failed for method 'query': timeout"
Steps to reproduce
use the SDK of Go to execute the RELATE on version 2.0 of DB.
Expected behaviour
timeout
SurrealDB version
2.0.1
Contact Details
No response
Is there an existing issue for this?
Code of Conduct