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

Implement NetMQ #3

Closed
NathParnell opened this issue Oct 5, 2023 · 1 comment
Closed

Implement NetMQ #3

NathParnell opened this issue Oct 5, 2023 · 1 comment

Comments

@NathParnell
Copy link
Owner

Create a new implementation of the IClientTransportService and the IServerTransportServer which uses NetMQ instead of System.Net.Sockets.

This is beneficial as it is a higher level of abstraction and it allows for more advanced patterns such as Request-response and Publisher-subscriber

NathParnell pushed a commit that referenced this issue Oct 5, 2023
To change between NetMQ and System.Net.Sockets, go in the program.cs of both server and client project and change the dependency.
#3
@NathParnell
Copy link
Owner Author

TO-DO:
Implement a config file which will allow user to choose between NetMQ and System.Net.Sockets

@NathParnell NathParnell added enhancement New feature or request and removed enhancement New feature or request labels Oct 8, 2023
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