public static int GetAckBufferCount (int hostId, int connectionId, out byte error);

Parameters

hostId 与此连接关联的主机 ID。
connectionId 连接的 ID。
error 错误(可以转换为 NetworkError 以便了解更多信息)。

Returns

int 到达确认缓冲区的大小。

Description

返回可靠消息缓冲区的大小。

如果占用的大小为 32 (def) 或 64 (if isAckLong == true),则无法发送新的可靠消息。