-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
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
session := sessions.Default(ginContext)
userId := session.Get(awConfig.SessionKeyUserId).(uint)
status := make(chan *model.CustomerTypingStatus, 1)
uniqueEventUuid := uuid.NewString()
Anything else?
No response