openziti / desktop-edge-win

Provides a Ziti client for Windows
Apache License 2.0
35 stars 13 forks source link

Verify behavior when client only has one controller and it's not contactable #200

Closed dovholuknf closed 4 years ago

dovholuknf commented 4 years ago

Many users are complaining that the service is down and the UI reflects that it's down. Looking at the cziti logs I could clearly see

[       13.436] ERROR   ziti-sdk:ps/ziti-sdk-c-src/library/ziti.c:616 session_cb(): failed to login: CONTROLLER_UNAVAILABLE[-15](end of file)

I hit the controller in my browser and it worked fine which means this was an intermittent issue. the service should not terminate in this scenario but it seems like it is. Test and verify the behavior of one controller that is not contactable when the ziti service starts. expect that it tries over and over again to connect and not exits

dovholuknf commented 4 years ago

works as expected