예제 #1
0
 public async Task Get()
 {
     //推送消息
     await _mqttService.PushMessageAsync("test", new RabbitMqOptions());
 }