Send response in same sequence channel
This commit is contained in:
parent
1372a5c33f
commit
264158957c
@ -119,7 +119,7 @@ namespace RageCoop.Client
|
||||
response.Write((byte)PacketType.Response);
|
||||
response.Write(id);
|
||||
handler(message.ReadBytes(len)).Pack(response);
|
||||
Client.SendMessage(response, NetDeliveryMethod.ReliableOrdered,(int)ConnectionChannel.RequestResponse);
|
||||
Client.SendMessage(response, NetDeliveryMethod.ReliableOrdered,message.SequenceChannel);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user