obmarg / graphql-ws-client

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

`payload` field in `pub enum Event` appears unused for `ConnectionAck`, `Ping` and `Pong` #118

Open hamirmahal opened 1 week ago

hamirmahal commented 1 week ago

This is referring to pub enum Event in src/protocol.rs.