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

Panic when closing a connection #181

Closed
djshow832 opened this issue Jan 10, 2023 · 0 comments · Fixed by #184
Closed

Panic when closing a connection #181

djshow832 opened this issue Jan 10, 2023 · 0 comments · Fixed by #184
Assignees

Comments

@djshow832
Copy link
Collaborator

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Close a client connection and fetch the ClientAddr() in OnConnClose().

2. What did you expect to see? (Required)

The address is right.

3. What did you see instead (Required)

Panic.
Because the PacketIO.conn is set to nil after closing.

4. What is your version? (Required)

master

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 a pull request may close this issue.

1 participant