Skip to content

fix: Clear expired requests with an interval#44

Open
fzavalia wants to merge 4 commits intomainfrom
fix/clear-expired-requests
Open

fix: Clear expired requests with an interval#44
fzavalia wants to merge 4 commits intomainfrom
fix/clear-expired-requests

Conversation

@fzavalia
Copy link
Contributor

@fzavalia fzavalia commented Jan 11, 2024

Closes #41

Runs an interval that will delete all expired requests from memory.

Maybe it is not needed given that requests are deleted when:

  • Recovering an expired request
  • Outcoming a request
  • When a socket disconnects, any request made by it is deleted

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.

Delete requests after they are expired

1 participant