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

close inactive udp session #16

Closed
jkralik opened this issue Oct 19, 2018 · 3 comments
Closed

close inactive udp session #16

jkralik opened this issue Oct 19, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@jkralik
Copy link
Member

jkralik commented Oct 19, 2018

in current implementation udp session is hold forever. It's need to define and implement timeout which cause close udp session.

@jkralik jkralik added the enhancement New feature or request label Oct 19, 2018
@akokhanovskyi
Copy link
Contributor

This also causes Server.sessionUDPMap to grow indefinitely. Is the suggested workaround to Close() timed out UDP sessions manually for the time being?

@jkralik
Copy link
Member Author

jkralik commented Jan 9, 2019

For now yes. You can implement keep-alive to determine close the udp/tcp session.

@jkralik
Copy link
Member Author

jkralik commented Feb 14, 2020

Handled by keep-alive feature: #93

@jkralik jkralik closed this as completed Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants