go-socket.io
go-socket.io copied to clipboard
conn session,only have Add(), not have Remove()
from v1.5.x later, newSesson() can Add(), but there is no place to remove This will cause the number of sessions to increase indefinitely
yes, same problem, this project so bad
yes, same problem, this project so bad
用老版本吧,虽然多少也有点问题
哪个版本问题少一些,我们现在测试的版本内存都有点泄漏,哎
反正我测试着新老版本都不行,让我一度怀疑是不是go不行。。
我们更新到V1.6.0 版本,压测后发现,内存不断增长,一直不会释放。 然而,我们将版本降低到V1.4.5,压测后发现内存会释放,希望新版本可以解决。
我们更新到V1.6.0 版本,压测后发现,内存不断增长,一直不会释放。 然而,我们将版本降低到V1.4.5,压测后发现内存会释放,希望新版本可以解决。
看样子 1.4.5 不错啊,我也试试
我们更新到V1.6.0 版本,压测后发现,内存不断增长,一直不会释放。 然而,我们将版本降低到V1.4.5,压测后发现内存会释放,希望新版本可以解决。
看样子 1.4.5 不错啊,我也试试
1.4.5怎么样,还泄露不
我们更新到V1.6.0 版本,压测后发现,内存不断增长,一直不会释放。 然而,我们将版本降低到V1.4.5,压测后发现内存会释放,希望新版本可以解决。
看样子 1.4.5 不错啊,我也试试
1.4.5怎么样,还泄露不
我只在测试环境上了,线上环境还没搞
server.Count()一直整加,没有减少
server.Count()一直整加,没有减少
对对
我怀疑有内存泄漏,无论再哪个版本,我们现在线上在使用,10w+的连接,给多少机器都没办法满足
对的,很严重
我怀疑有内存泄漏,无论再哪个版本,我们现在线上在使用,10w+的连接,给多少机器都没办法满足
我是13万+的连接,之前是一直有内存泄露,不过测试了最近的1.6.2,问题还是没有解决,虽然开发者说解决了这个问题。
希望你们也测试下。
我是13万+的连接,之前是一直有内存泄露,不过测试了最近的1.6.2,问题还是没有解决,虽然开发者说解决了这个问题。
希望你们也测试下。
I am connected to 130,000+, and there has been a memory leak before, but after testing the most recent 1.6.2, the problem is still not solved, although the developer said it solved the problem.
I hope you will also test it.
@piksonGit Could share you tests case?
same with before. I will test again
Hey, @piksonGit and @iGoogle-ink Do you have any updates?
Hey, @piksonGit and @iGoogle-ink Do you have any updates?
no,never updated version
So you guys uses this project, and write your own client implementation? I come from JS and JS version of socketIO is already v4. Is it compatible?