Skip to content
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

网络连接心跳超时问题!! #15

Open
gamlittle opened this issue Nov 18, 2021 · 1 comment
Open

网络连接心跳超时问题!! #15

gamlittle opened this issue Nov 18, 2021 · 1 comment

Comments

@gamlittle
Copy link

gamlittle commented Nov 18, 2021

背景

@ailhc/enet 模块
网络连接心跳触发超时回调。

分析

记录

原心跳函数
_heartbeat (dpkg)
{
... ...
... ...
if (this._heartbeatTimeoutId)
{
return;
}
... ...
... ...
}

变更

_heartbeat (dpkg)
{
... ...
... ...
if (this._heartbeatTimeoutId)
{
clearTimeout(this._heartbeatTimeoutId);
this._heartbeatTimeoutId = undefined;
}
... ...
... ...
}

@AILHC
Copy link
Owner

AILHC commented Jan 4, 2022

我看看

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants