You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also gives us another surface for testing socket stability, which is something the c sshnpd beta currently struggles with. We can then determine if it is something elementary to the socket implementation, or if it is something further up the stack.
We can also build stress tests for the implementation which can put more pressure on the sockets than an atServer does.
Connection currently has two responsibilities:
I will split out this latter part into it's own layer to do things like:
Separating these 4 or 5 operations will make it easier to switch between implementations for different platforms and socket libraries.
The text was updated successfully, but these errors were encountered: