Files
hmq/broker/pipe_socket_linux.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) {
}