-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rechannel: split channels into Sender and Receiver
Now server and clients can have different channels. The code was already divided having no meaning for having the send/receive channel being the same. Now you need to a configuration for your server channels and for the client channels, but you have way more control over them. No need have channels that the server/client would never use, or have the client limit be the same as the channels. ChannelNetworkInfo was removed since we would need to refactor it for it to be usable. Since it was not really being used I decided to cut it and another time revisit it.
- Loading branch information
1 parent
8fcad7b
commit e76fb90
Showing
8 changed files
with
708 additions
and
631 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.