Menu

#98 Session::send result not checked

open
nobody
None
5
2013-01-11
2013-01-11
Alexey
No

In bool Session::sendRaw( Message& message, int num ) metchod I think it isn't correct to leave uchecked result of send(messageString), because it may cause problem when connection fails when sending message. So Session::sendToTarget return true, while actually message will not sended.

Please correct me if I'm wrong.
Thanks

Discussion


Log in to post a comment.