taosdata / driver-go

taos go driver
MIT License
90 stars 32 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 2 months ago

virtyaluk commented 4 months ago

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

huskar-t commented 2 months ago

@virtyaluk Thanks for the contribution