lsalzman / enet

ENet reliable UDP networking library
MIT License
2.76k stars 671 forks source link

the client use two channel send data #113

Open zhengchengbin610 opened 5 years ago

zhengchengbin610 commented 5 years ago

Hi , I now use one channel to send the command and stream data, but when the stream data is delay, the command also slow, I think is only one channle ,so should order to send; I think about if I can use two channel to do this work? if who can tell me When to send data when using multiple channels, in what order?