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
I'm calling FluentMockServer.Start() and then check the IsStarted property to find which port it has bound to.
However what I'm finding is, even after sleeping the thread for 5 seconds, that IsStarted is still false. I'm expecting that calling Start() will start the server and then set IsStarted = true.
It looks like the port is allocated anyway so I guess I don't need to wait for this flag, but thought I would still log this. I'm using version 1.0.2.13.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm calling
FluentMockServer.Start()
and then check theIsStarted
property to find which port it has bound to.However what I'm finding is, even after sleeping the thread for 5 seconds, that
IsStarted
is still false. I'm expecting that callingStart()
will start the server and then setIsStarted = true
.It looks like the port is allocated anyway so I guess I don't need to wait for this flag, but thought I would still log this. I'm using version 1.0.2.13.
Thanks!
The text was updated successfully, but these errors were encountered: