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

In host-server mode, send messages from server to the local client #542

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

cBournhonesque
Copy link
Owner

@cBournhonesque cBournhonesque commented Jul 16, 2024

Flipside of #538

In HostServer mode, there is no network io so we were not sending messages between the Server and the local Client.
With this PR, we now do!

Fixes #535

@cBournhonesque cBournhonesque added the C-Bug Something isn't working label Jul 16, 2024
@cBournhonesque cBournhonesque merged commit 446ab5c into main Jul 16, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix message handling in host-server mode
1 participant