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

update all examples to support listen-server mode #177

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

cBournhonesque
Copy link
Owner

Now that the server supports multiple transports, it is very simple to support a "Listen Server" mode:

  • the server and the client run within the same program, in separate threads
  • they use local channels to communicate with each other, so the latency is practically 0
  • other clients can still connect to the server

@cBournhonesque cBournhonesque added the C-Example A change/addition to an example label Mar 13, 2024
@cBournhonesque cBournhonesque merged commit 42eb069 into main Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Example A change/addition to an example
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants