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
Are the following results expected behavior, or am I maybe running into some windows bugs?
The services started at 127.0.0.1:10000 and 127.0.0.1:10001 (before the seed address port) never receive any peers, and are stuck with a rather bare "state", regardless of how long I leave it running:
The other services on ports greater than the seed start up fine.
If I select a random process and kill it, all heartbeats stop (even for the services which received no peers). The state is still readable as JSON with a GET request to 127.0.0.1:10XXX, but the heartbeat does not increment, and no new peers are registered if I try adding them after the stoppage.
Is any of this expected behavior, or do we think maybe its windows related?
The text was updated successfully, but these errors were encountered:
I'm running the tests from "chitchat-test" locally on my windows machine with the following script (trying to mimic the bash version as best I can):
Are the following results expected behavior, or am I maybe running into some windows bugs?
The other services on ports greater than the seed start up fine.
Is any of this expected behavior, or do we think maybe its windows related?
The text was updated successfully, but these errors were encountered: