Why Send Failed #1747
Unanswered
18328594608
asked this question in
Q&A
Why Send Failed
#1747
Replies: 1 comment
-
wsPtr->getBufferedAmount() , |
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.
-
Hello !
This is my code :
weakSession.lock()->loop->defer([=]{
if(!weakSession.lock())
return ;
I keep having sending errors when sending too fast.
This may be related to the setting of maxBackpressure.
If this pressure is full. How should I handle this situation?
Beta Was this translation helpful? Give feedback.
All reactions