wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
108 stars 30 forks source link

Fix From<tungstenite::Error> for non async_gremlin features #198

Closed xD3CODER closed 1 year ago

xD3CODER commented 1 year ago

Fixes the trait From<tungstenite::Error> is not implemented for GremlinError with non async features.

I'm not sure this is the right way to solve the problem.