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

Network requester should periodically remove stale proxies #424

Closed
jstuczyn opened this issue Nov 10, 2020 · 0 comments · Fixed by #510
Closed

Network requester should periodically remove stale proxies #424

jstuczyn opened this issue Nov 10, 2020 · 0 comments · Fixed by #510
Labels
bug Something isn't working

Comments

@jstuczyn
Copy link
Contributor

Right now when a proxy is started, it is put into a separate task on the network requester end. It is only removed when socket is explicitly closed on either end (client or network requester). However, if client closed his browser tab that was using a proxy, such message would never get sent and hence network monitor would have garbage, from its point of view, data stuck in memory.

@jstuczyn jstuczyn added the bug Something isn't working label Nov 10, 2020
@jstuczyn jstuczyn added this to the 0.9.1 milestone Nov 10, 2020
@jstuczyn jstuczyn added this to Backlog in Core systems via automation Nov 10, 2020
@futurechimp futurechimp moved this from Backlog to Cold Storage in Core systems Nov 11, 2020
Core systems automation moved this from Cold Storage to Done Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Core systems
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant