-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial (new/connect/practice) window doesnt get redrawn after being idled #81
Comments
and it's a 'start a server' window, not the (new/connect/practice), eh |
Thanks, I'll take a look. That window sure does look confused |
If I understand, did you start a server running on your machine, played a game on that server, then left it alone for maybe a couple of hours? |
exactly, so: after some time (never really measured this, but it's relatively long something times out, so it moves from the screen where you create game to the 'start server' window, but without correctly updating contents. it looks like fields/buttons are there, just java doesnt do a window refresh |
…ractice panel with error text and only its initial 3 main buttons, all enabled; SOCConnectOrPracticePanel +lostServerConnection; genericServer.NetConnection TIMEOUT_VALUE clarify calc, javadoc; for github issue #81
…stead of timing out after an hour; ClientNetwork +PING_LOCAL_SERVER_INTERVAL_MS; SOCServerPing +javadocs, SOCMessageFromUnauthClient marker; for issue #81
This fix was released as part of v2.5.00. Thanks again! |
happens after some time when i finish the game, yet i forget to close the main window. the window is functional and is the one from second screenshot
The text was updated successfully, but these errors were encountered: