We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
Please tell me, is this a bug or planned behavior?
I have a project with GraphQL subscriptions and sometimes when several subscriptions are launched at the same time I get this error
Or should i make mutexes myself?
No response
I have similar code like below in all 3 event publishers
session := sessions.Default(ginContext) userId := session.Get(awConfig.SessionKeyUserId).(uint) status := make(chan *model.CustomerTypingStatus, 1) uniqueEventUuid := uuid.NewString()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Hello
Please tell me, is this a bug or planned behavior?
I have a project with GraphQL subscriptions and sometimes when several subscriptions are launched at the same time I get this error
Or should i make mutexes myself?
Expected Behavior
No response
Steps To Reproduce
I have similar code like below in all 3 event publishers
Anything else?
No response
The text was updated successfully, but these errors were encountered: