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

fix(broker):Added windows pipe communication #50 #201

Closed
wants to merge 2 commits into from

Conversation

xinkonglili
Copy link
Contributor

I used the open source project npipe, which nicely encapsulates the operation of the Windows pipe and returns a net.Conn type connection, compatible with hmq, making it very convenient for Windows users like us. I noticed that in the last committed Unix socket communication, the name UnixSocket is not standard, it should be unixSocket. I'm terribly sorry.

…which nicely encapsulates the operations of windows pipe and returns the connection type net.Conn.
@chowyu08
Copy link
Contributor

image

@xinkonglili
Copy link
Contributor Author

xinkonglili commented Apr 18, 2024

StartPipeSocketListening A channel created for the windows system

@xinkonglili
Copy link
Contributor Author

xinkonglili commented Apr 19, 2024

All checks have passed,I added pipe socket conditions for different systems @chowyu08

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

Successfully merging this pull request may close these issues.

2 participants