|
@@ -61,7 +61,7 @@ namespace InABox.Rpc
|
|
|
}
|
|
|
|
|
|
// Time to wait before disconnect - the default meant that the client disconnected during debugging, since the ping would fail
|
|
|
- socket.WaitTime = TimeSpan.FromSeconds(60);
|
|
|
+ socket.WaitTime = TimeSpan.FromSeconds(20);
|
|
|
socket.OnOpen -= Socket_OnOpen;
|
|
|
socket.OnError -= Socket_OnError;
|
|
|
socket.OnClose -= Socket_OnClose;
|