Esempio n. 1
0
 public async void Send(WunderPacket p)
 {
     await _processor.WriteData(p.GetBytes());
 }