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

内存泄露问题 #63

Closed
yingnierxiao opened this issue Feb 5, 2014 · 3 comments
Closed

内存泄露问题 #63

yingnierxiao opened this issue Feb 5, 2014 · 3 comments

Comments

@yingnierxiao
Copy link

做了简单的修改 把client改成了持续发包 内存不断上涨 客户端关闭以后内存也没下降

@cloudwu
Copy link
Owner

cloudwu commented Feb 5, 2014

暂时未发现有内存泄漏问题。
请具体定位问题,并提交 pull request.
否则是无用的信息。

@yingnierxiao
Copy link
Author

找到问题了 skynet.send("LOG", "text", "client message :" .. text) 如果LOG这个服务没起来的话又调用了这个服务 包似乎会堆积起来 但是又不会报错

@cloudwu
Copy link
Owner

cloudwu commented Feb 7, 2014

对。这是一个特性 :)

yingnierxiao notifications@github.com于2014年2月7日星期五写道:

找到问题了 skynet.send("LOG", "text", "client message :" .. text)
如果LOG这个服务没起来的话又调用了这个服务 包似乎会堆积起来 但是又不会报错


Reply to this email directly or view it on GitHubhttps://github.com//issues/63#issuecomment-34402056
.

http://blog.codingnow.com

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