billonium4535 / BetterDiscord

Discord but better
2 stars 0 forks source link

Server Connection Issue #6

Closed billonium4535 closed 7 months ago

billonium4535 commented 8 months ago

If the client opens and can't connect to the server, it crashes. Add error handling/loading screen for this and if the client loses connection.

Modify messages so that when the user sends a message to the server, the server responds to acknowledge it received it.

BugBuster27 commented 7 months ago

Create a loading screen where the user can't do anything on the UI until a connection with the server is made (add to #20). When the connection is made, go into the main running loop. If the connection breaks, go back to the loading screen.

BugBuster27 commented 7 months ago

> Create a loading screen where the user can't do anything on the UI until a connection with the server is made (add to #20). When the connection is made, go into the main running loop. If the connection breaks, go back to the loading screen.

Loading screen is created, need to keep checking if it is connected to the server and if not, go back to the loading screen. The server no longer crashes when a client disconnects.