obmarg / graphql-ws-client

A GraphQL over Websockets implementation for Rust
Apache License 2.0
39 stars 15 forks source link

Add support for other websocket libraries. #11

Open obmarg opened 3 years ago

obmarg commented 3 years ago

This lib currently supports async-tungetenite for websockets. The intention was to support other clients though - this issue is to track adding that support.

obmarg commented 3 years ago

Should remove async-tungstenite from the default features once this is done.