Home Forums Support Send a Count of bytes Reply To: Send a Count of bytes

#3309
Anonymous
Inactive

Connection.SendObject(Message.Type, streamSendWrapper);

only returns once the corresponding data has been successfully written to the underlying network stream. As such your usage should be fine.