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

使用ctx.Done代替isClose #279

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

使用ctx.Done代替isClose #279

wants to merge 2 commits into from

Conversation

wztzt
Copy link

@wztzt wztzt commented Sep 7, 2023

1.可以减少锁的使用
2.可以避免消息量大时消息包被丢弃

减少不必要的成员变量。

1.可以减少锁的使用
2.可以避免消息量大时消息包被丢弃
@aceld
Copy link
Owner

aceld commented Sep 13, 2023

@wztzt 感谢提交PR。

@aceld
Copy link
Owner

aceld commented Sep 13, 2023

期待您回复,感谢提交PR

@wztzt
Copy link
Author

wztzt commented Sep 13, 2023

@aceld 谢谢🙏

Copy link
Collaborator

@GStones GStones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

提了点小小的意见,望采纳

znet/ws_connection.go Show resolved Hide resolved
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.

3 participants