-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: stable monitor connections in c sshnpd #1628
base: trunk
Are you sure you want to change the base?
Conversation
@cpswan @cconstab from what I can tell this monitor connection is resilient to:
In both cases, it seems to recover once the timeout reaches the threshold (and network connectivity is restored on an adapter) I'm also going to leave a long running session to see if I notice anything. |
Looks like the e2e tests are failing, it's timing out on the Dart tests before it even get's to the C ones... |
- monitor bug fix & atdirectory returns null bug fix
1e2f300
to
edc2cbe
Compare
I've had a C daemon from commit f1a9132 running since last night. edc2cb fixes two bugs:
I've also got a edc2cbe daemon running now, in addition to keeping the other one (with non-major bugs) alive |
Pinned to atsdk PR: atsign-foundation/at_c#479
- What I did
First, some of the changes I did in at_c which contribute to this PR:
NoPorts changes
(marginally greater, as there's some synchronous calls in between counts)
- How I did it
- How to verify it
- Description for the changelog
fix: stable monitor connections in c sshnpd