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

Server session fix #48

Merged
merged 5 commits into from
Dec 2, 2024
Merged

Server session fix #48

merged 5 commits into from
Dec 2, 2024

Conversation

compscidr
Copy link
Owner

Found a bug where the server would stop listening after there were no Tcp sessions for a client because we would shut down the proxy session. This is intended, however, when a subsequent sesssion would start, it would still find the old session in the servers proxy session table, and it would no longer be running.

The solution was, once the proxy session has ended, to remove it from the servers proxy session table.

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.36%. Comparing base (3c36c1c) to head (1dd7c69).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #48      +/-   ##
============================================
+ Coverage     62.11%   62.36%   +0.24%     
- Complexity      215      218       +3     
============================================
  Files            15       15              
  Lines          1903     1897       -6     
  Branches        283      283              
============================================
+ Hits           1182     1183       +1     
+ Misses          556      551       -5     
+ Partials        165      163       -2     
Flag Coverage Δ
libunittests 62.36% <ø> (+0.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@compscidr compscidr merged commit 91d7630 into main Dec 2, 2024
3 checks passed
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.

1 participant