Exemplo n.º 1
0
 public void Subscribe(string topic)
 {
     SendAsync(_queueCoder.Subscribe(_name, topic));
 }
Exemplo n.º 2
0
 public void Subscribe(string topic)
 {
     _clientSocket.Send(_queueCoder.Subscribe(_name, topic));
 }