You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might be using this library and attempting to connect to the server via the HTTP protocol (Port 8123), but you should use the clickhouse-client protocol (Port 9000) to connect.
Hi,
We have a test case spawning a clickhouse container (23.12.1-alpine) via testcontainer and trying to connect shortly after via Pool::get_handle
It sometimes panic at this line :
https://github.com/suharev7/clickhouse-rs/blob/async-await/src/lib.rs#L327
Should it return an error instead of unwrapping ?
The text was updated successfully, but these errors were encountered: