mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-30 05:28:34 +00:00
7 lines
202 B
Go
7 lines
202 B
Go
package broker
|
|
|
|
// StartPipeSocketListening We use the open source npipe library to
|
|
// jump over pipe communication in linux
|
|
func (b *Broker) StartPipeSocketListening(pipeName string, usePipe bool) {
|
|
}
|