mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-19 06:12:49 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
340b33e800
commit
0da45c9b64
4 changed files with 3 additions and 1025 deletions
|
|
@ -53,7 +53,7 @@ bool Ctrl::IsWaitingEvent()
|
|||
}
|
||||
while(socket.Timeout(0).WaitRead()) {
|
||||
socket.Timeout(20000);
|
||||
String s = websocket.Recieve();
|
||||
String s = websocket.Receive();
|
||||
if(s.IsVoid()) { // No data returned -> means EOF was reached
|
||||
WhenDisconnect();
|
||||
EndSession();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue