Exemplo n.º 1
0
 public MqttPubSubActor(MqttConfig config)
 {
     psConfig   = config;
     mqttClient = new MqttClientWrapper(config, Self);
 }
Exemplo n.º 2
0
 public MqttClientWrapper(MqttConfig config, IActorRef owner) : base(config.BrokerUrl)
 {
     _psConfig = config;
     _owner    = owner;
 }