.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@11316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-09-12 14:58:39 +00:00
parent 340b33e800
commit 0da45c9b64
4 changed files with 3 additions and 1025 deletions

View file

@ -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();