[TASK] Fixed a bug that caused the client to be unable to respond to the server.
This commit is contained in:
parent
a8bc9d597e
commit
bb4d961e4a
|
@ -118,7 +118,7 @@ class Client_ClientManager {
|
||||||
//i don't know what to do here... maybe call a connection bridge?
|
//i don't know what to do here... maybe call a connection bridge?
|
||||||
|
|
||||||
//output will be sent.
|
//output will be sent.
|
||||||
if($outgoingData !== "") $connectionHandler->write($result);
|
if($outgoingData !== "") $connectionHandler->write($outgoingData);
|
||||||
}
|
}
|
||||||
//after that, we're done here.
|
//after that, we're done here.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue