コード例 #1
0
ファイル: lbbroker.go プロジェクト: JianchengZh/zguide
func set_id(socket *zmq.Socket) {
	socket.SetIdentity(randomString())
}