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

Make the WinForms App self-hosting. #39

Open
cschladetsch opened this issue Nov 19, 2019 · 2 comments
Open

Make the WinForms App self-hosting. #39

cschladetsch opened this issue Nov 19, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cschladetsch
Copy link
Owner

Currently, the Console App is self-hosting: it makes a Server and a Client and connects them at startup. This allows other Apps to connect to it, and for it to connect to other Apps.

This is not true for the WinForms UI, and should be changed to work as the Console app does.

@cschladetsch
Copy link
Owner Author

The UnityPyroConsole app is also self-hosting, so look there as well.

@cschladetsch cschladetsch self-assigned this Nov 19, 2019
@cschladetsch cschladetsch added the enhancement New feature or request label Nov 19, 2019
@cschladetsch
Copy link
Owner Author

Implemented but not fully tested. Want to test:

Console <> Console
Console <> WinForms
Console <> Unity
WinForms <> Unity

etc.

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

No branches or pull requests

1 participant