-
We recently had an interesting group conversation about streaming data. We discussed infrastructure that might be useful for a wide variety of use cases. I'm writing this in the Tiled repo because a) …
-
Prerequisite to #3527
Implement the following component of the [interfaces and protocols diagram](https://github.com/cylc/cylc-admin/blob/master/docs/img/interfaces-and-protocols.png):
![rect41…
-
blocked on https://github.com/graphql-rust/juniper/issues/54
-
### Description
Historically, WebSockets have been one of the most complex and error-prone parts of Apollo Kotlin.
Starting with `4.0.0-beta.6`, `apollo-runtime` has an experimental `ApolloWebSock…
-
I cannot seem to be able to use GraphQL subscriptions with my AWS server, by using Cognito authentication.
Queries and mutations work fine as far as I can tell, but I couldn't find how to connect t…
-
I am trying to implement the same example given below in python with .net and this grahQL-client nuget but I am always getting error that the "server closed the connection without a closing handshake"…
-
When a WebSocketLink is closed due to the `inactivityTimeout` running out, it's automatically reconnected due to `autoReconnect = true`. This defeats the purpose of an `inactivityTimeout`.
-
I am using Sirius Web to build a diagram editor (see my fork: https://github.com/Gelio/CAL-web). I have gotten to a point that I want to enable authentication and authorize users so they only see proj…
-
The GraphQL specification is pretty explicit in regards to handling of errors that occur within a field resolver. It does not say a lot about errors that occur while generating the events of a subscri…
Yogu updated
8 months ago
-
Recently, AWS AppSync published details of their websocket subscription workflow (https://docs.aws.amazon.com/appsync/latest/devguide/real-time-websocket-client.html). It is now possible to implement …