Fixed
-
Return
nilfromread_subscriptionif subscription data has gone from Redis, That was resulted in a "No query string was present" errors received on graphql subscription clients receiving a hash with annilquery_stringinstead of receivingnildirectly. [@thlacroix] (#51) -
Subscription events are no longer dropped when another subscription with the same fingerprint expires during execution. [@prog-supdex] (#53)
-
Deleting a subscription no longer goes through the deprecated
GraphQL::AnyCable.redis; this avoids both the deprecation warning and reusing a connection after it has been returned to the pool. [@Envek] (#53)