surrealdb / surrealdb.go

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

Error handling in async functions #67

Open phughk opened 1 year ago

phughk commented 1 year ago

We have some async funcitons in the golang driver and errors aren't handled. We could use a channel or have some other solution. Currently they are logged. https://github.com/surrealdb/surrealdb.go/pull/66/files