Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about channeling by channel number? #437

Closed
timikrutik opened this issue Apr 15, 2021 · 1 comment
Closed

How about channeling by channel number? #437

timikrutik opened this issue Apr 15, 2021 · 1 comment

Comments

@timikrutik
Copy link

timikrutik commented Apr 15, 2021

How about channeling by channel number? That is, I want to say that, for example, I want to send a message on channel number 5, and the receiving side processes messages in different ways in different channels, and it looks at which channel the message came from and then does something with it (and I want to deliver messages in the same way-ReliableOrdered, for example). I just understood that you can separate channels by DeliveryMethod. Maybe there is a way to do as I described, by numbers?
By the way, I met such a thing in Ruffles.This library has a lot of advantages compared to Ruffles, but adding channeling by channel numbers would be just great. But if I just don't understand how to do it please help me!

@NVentimiglia @jounim @romanov @CreepGin @momo-the-monster
somebody

or is there another method to mark messages?

I also found this thing

/// <param name= "channelNumber" >number of channel 0-63</param>

It turns out that there is still some possibility to transmit through different channels?
it is more accurate to distinguish them on the receiving side!!?

@timikrutik
Copy link
Author

#406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant