Pure-Battlefield / gswat

The Pure Game Server Web Administration Tool
Other
2 stars 5 forks source link

SocketException in Protocol.cs on server crash #67

Closed wbbarr closed 11 years ago

wbbarr commented 11 years ago

When the server crashes, the socket is forcibly closed by the remote. We need to catch the exception in CommHandler, then pass it up to core to force a reconnect loop.

wbbarr commented 11 years ago

Has this been resolved already?

wbbarr commented 11 years ago

Resolved as of my last patch.