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

skynet.call, skynet.rawcall 修改建议 #190

Closed
Jexocn opened this issue Oct 28, 2014 · 3 comments
Closed

skynet.call, skynet.rawcall 修改建议 #190

Jexocn opened this issue Oct 28, 2014 · 3 comments

Comments

@Jexocn
Copy link
Contributor

Jexocn commented Oct 28, 2014

通过 skynet.call, skynet.rawcall 与不存在(或未启动)的服务地址通信, send 会返回0, 导致协程挂起,不出错也不返回, 后续逻辑不好处理, 建议 send 返回的 session 为 0 时, 直接 error

@cloudwu
Copy link
Owner

cloudwu commented Oct 28, 2014

@cloudwu cloudwu closed this as completed Oct 28, 2014
cloudwu added a commit that referenced this issue Oct 28, 2014
@cloudwu
Copy link
Owner

cloudwu commented Oct 28, 2014

b1ef8a3

做了一点小修改, 现在目标服务不存在的异常可以跨节点传回了.

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