Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
大神,我发现TcpConnection的CloseCallback最终执行的是connectDestroyed:
但这个函数仅仅是把channel从Poller和ChannelMap中移除,并不会delete Channel,我也没在其它任何地方找到delete Channel相关的代码,不知道这是否是一个内存泄漏问题?
Beta Was this translation helpful? Give feedback.
All reactions