Replies: 2 comments 1 reply
-
It is not happening in Hotchocolate v12 return await eventReceiver.SubscribeAsync(OmsSubscriptionTopics.StressTest(), 1000, TopicBufferFullMode.DropOldest, cancellationToken); |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was already reported in #5877 and the fix should be coming with the next preview release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to setup a Graphql subscription in v13.0.5, it works normally at first, but failed to get the message in banana playground after reconnection
Look like the connection still healthy but no message is going to publish after hitting the TopicBufferCapacity (64th messages), even the data can be found in Redis PubSub
Here is the way to reproduce: https://ibb.co/RBbM59y
Beta Was this translation helpful? Give feedback.
All reactions