surrealdb / surrealdb.go

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

Feature Request: Parallel and/or concurrent calls #32

Closed PaulLockett closed 1 year ago

PaulLockett commented 2 years ago

Running these database calls in a go routine triggers an error that says I can't make concurrent calls to the WebSocket.

This should be handled by a request buffer.

plally commented 1 year ago

This should be solved in #45

phughk commented 1 year ago

Closing as solved with the linked ticket