philazzi44 / DnDCS

DnD Client-Server
3 stars 1 forks source link

Client no longer recognizes when the Server has closed #22

Closed philazzi44 closed 10 years ago

philazzi44 commented 10 years ago

Some error handling must be sucking up the error generated by the closing socket?

philazzi44 commented 10 years ago

Seems to have been a fluke. will retest.

philazzi44 commented 10 years ago

Fluke - the only time it doesn't know of the change is when the Server process has been killed (end task). Not gonna bother setting up a poll on the Client to check for that, because it's not really important while we play locally.