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

HandshakeValidator检验不通过,握手失败时,TcpPipeChannel.PipelineFilter.Context,W… #664

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacky-cc1
Copy link

…ebSocketSession交叉引用,导致gc无法回收,内存溢出问题修复

…ebSocketSession交叉引用,导致gc无法回收,内存溢出问题修复
@kerryjiang
Copy link
Owner

请问哪里有交叉引用?

According to the changes in this PR, the problem looks like is here.

private static readonly ArrayPool<byte> _arrayPool = ArrayPool<byte>.Shared;

@kerryjiang
Copy link
Owner

kerryjiang commented Jul 16, 2023

你说的交叉引用是怎么回事?

Context里面只存extensions啊。

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

Successfully merging this pull request may close these issues.

None yet

2 participants