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 socket communication, compatible with other systems #199 #202

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

xinkonglili
Copy link
Contributor

I added pipe socket conditions for different systems and 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.

wei_lilitw added 2 commits April 18, 2024 17:31
…which nicely encapsulates the operations of windows pipe and returns the connection type net.Conn.
@xinkonglili xinkonglili changed the title fix(broker):Added windows pipe socket communication, compatible with other systems #50 fix(broker):Added windows pipe socket communication, compatible with other systems #199 Apr 19, 2024
@xinkonglili
Copy link
Contributor Author

Our project uses pipe communication, which is very needed. After many tests, the code has no errors. I hope the author can merge the code and re-release a version, thank you very much @chowyu08

@chowyu12 chowyu12 merged commit c460807 into fhmq:master Apr 19, 2024
8 checks passed
@xinkonglili
Copy link
Contributor Author

Thank you very much, the code has been committed, you can close issuess
image

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