|
|
|
@ -64,7 +64,7 @@ connectionNextMessage(void * _this) |
|
|
|
TR_RemoteData data = TR_queueGet(comm->read_buffer); |
|
|
|
size_t end; |
|
|
|
|
|
|
|
if (NULL == this->current_message || this->current_message->ready) |
|
|
|
if (data && (! this->current_message || this->current_message->ready)) |
|
|
|
{ |
|
|
|
this->current_message = |
|
|
|
TR_protoCreateMessage(comm->protocol, data->remote); |
|
|
|
|