Is it safe to process events in go routines? #12
Unanswered
seanppayne
asked this question in
Q&A
Replies: 1 comment
-
I don't see any issue with it. The client was designed to be thread safe. So, you can safely use it across multiple go routines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just want to confirm, is there any issue with processing events in go routines similar to the below?
Thank you for your time
Beta Was this translation helpful? Give feedback.
All reactions