ReliableNetcode.NET icon indicating copy to clipboard operation
ReliableNetcode.NET copied to clipboard

Message channels

Open HexTank opened this issue 7 years ago • 1 comments

How can we tell which channel a message came from, should this not be passed as part of the callbacks?

HexTank avatar Apr 11 '18 16:04 HexTank

I'm sorry, I might misunderstand, but, the ReliableEndpoint class has 3 internal channels which the class updates and they all fire the same callbacks (data + size).

Are you saying these are seperate unrelated channels, and user channels should be passed as part of the payload?

HexTank avatar Apr 11 '18 17:04 HexTank