bnordli / rftg

Race for the Galaxy AI
173 stars 32 forks source link

Client is not Graceful if Server is Down (Windows 10) #52

Open dsnvwlmnt opened 6 years ago

dsnvwlmnt commented 6 years ago

If you click connect on rftg.plingri.net, if it is down, while it attempts to connect the program stops responding. The first time you try it also makes the curse invisible if you hover over any part of the client.

Eventually when it Fails to connect error 10060, things are back to normal.

You can't click Cancel the whole time.

bnordli commented 6 years ago

We do a blocking low level call to connect. I do not want to look into making it non-blocking, since it doesn't seem to be a straightforward portable way to do it.