Skip to content

有一个返回值错误 #4

@Brushacker

Description

@Brushacker

在Server.h 的 Start方法中 大概70行左右
原代码:
MCP::CMCPSession::GetInstance().Run();
应该为:
iErrCode = MCP::CMCPSession::GetInstance().Run();
if (ERRNO_OK != iErrCode)
return iErrCode;
否则Run 方法返回的iErrCode 不能被抛出

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions