Skip to content

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

Description

@gamlittle

背景

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

分析

记录

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

变更

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions