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

Cleanup after sending to avoid memory leak #334

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

Commits on Mar 28, 2024

  1. Cleanup state after future has completed

    - Clean up request and promise maps whenever future completes
    - Enables timeout for Client/Server.send()
    
    (cherry picked from commit c801fbb221b4090405e58ed37d414fab06b16ce3)
    martinfkaeser committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    03b8a2a View commit details
    Browse the repository at this point in the history
  2. Cleanup state after future has completed - tests

    - Fix and improve tests
    
    (cherry picked from commit 6179a4e2530e432c867a28a32d58bcfe5d639a91)
    martinfkaeser committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    92aabc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    f4c10a9 View commit details
    Browse the repository at this point in the history