-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
m_iPending断言触发 #260
Comments
理论上 m_iPending 不可能小于0的,你再调试下看看工作线程堆栈和变量值。 |
目前能想到的唯一一个小于0的可能就是int值超出最大值了,不过那要2g数据,不大可能。 |
这是来自樊 邮箱的自动回复邮件。 您好,您发的邮件我已收到,我会及时查看并予以回复。
|
要么是发送太快,需要做下流控。要么是调用send时传入的length不正确。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在EnHandleResult OnReceive(CONNID dwConnID, const BYTE* pData, int iLength)函数中返回HR_ERROR 偶尔会触发m_iPending>=0
The text was updated successfully, but these errors were encountered: