setConcurrentConnections config is not working as multi-threading #979
Unanswered
lantian1989
asked this question in
Q&A
Replies: 1 comment
-
Please see the "threads, concurrent connections, and performance" section of the "best practices" wiki page. If you want more threads, you need to expand your event loop group. |
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
-
Hi there,
We are trying to use concurrent connections for APNS clients by setting
setConcurrentConnections
with configurable values, for example, like 4 or 8. However, from our logging and metrics system, we dont see our APNS clients are working as multi-threading, it is still single thread. Does anyone have the same experience and how could we actually set it as concurrent connection? Thanks!Beta Was this translation helpful? Give feedback.
All reactions