d-exclaimation / pioneer

GraphQL for Swift.
https://pioneer.dexclaimation.com
Apache License 2.0
39 stars 8 forks source link

GraphQL over WebSocket validation and timeout on init #83

Closed d-exclaimation closed 2 years ago

d-exclaimation commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, there's no way to check if a WebSocket connection has a valid payload until an operation is executed. Also if a connection never send an init operation while connecting, while that connection wouldn't be able to make any request, there's no timeout for that connection.

Describe the solution you'd like