taosdata / driver-go

taos go driver
MIT License
88 stars 34 forks source link

fix(schemaless client): check for returned errors before using the WebSocket client that may lead to panic in the code. #280

Closed virtyaluk closed 1 week ago

virtyaluk commented 2 months ago

Fixes https://github.com/taosdata/driver-go/issues/279

huskar-t commented 1 week ago

@virtyaluk Thanks for the contribution