public MqttClientService(IMqttClientOptions options, IDistributedCache cache)
 {
     this.client = new AspMqttClient(options, cache);
 }
Example #2
0
 public MqttClientService(IMqttClientOptions options)
 {
     Client = new AspMqttClient(options);
 }