WingMan – Diff between revs 14 and 32

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 32
Line 98... Line 98...
98 await MqttCommunication.Broadcast("exchange", memoryStream.ToArray()); 98 await MqttCommunication.Broadcast("exchange", memoryStream.ToArray());
99 } 99 }
100 } while (!CancellationToken.IsCancellationRequested); 100 } while (!CancellationToken.IsCancellationRequested);
101 } 101 }
102 } 102 }
103 } 103 }
104   104