fhmq / hmq

High performance mqtt broker
Apache License 2.0
1.32k stars 273 forks source link

Added windows pipe communication #199

Closed xinkonglili closed 4 months ago

xinkonglili commented 4 months ago

To add windows pipe communication, I used the npipe open source project, which encapsulates windows pipe communication, which is very convenient for windows users like us. I saw the last submitted unix socket communication, UnixSocket name is not standard, should be unixSocket,I am very sorry .