mqtt_subproperty
This commit is contained in:
parent
b98c147d81
commit
c67a30bf7b
|
@ -43,7 +43,7 @@ pubsub_pool() ->
|
||||||
|
|
||||||
init([Env]) ->
|
init([Env]) ->
|
||||||
%% Create ETS Tables
|
%% Create ETS Tables
|
||||||
[create_tab(Tab) || Tab <- [mqtt_subpropery, mqtt_subscriber, mqtt_subscription]],
|
[create_tab(Tab) || Tab <- [mqtt_subproperty, mqtt_subscriber, mqtt_subscription]],
|
||||||
|
|
||||||
%% PubSub Pool
|
%% PubSub Pool
|
||||||
PubSubMFA = {emqttd_pubsub, start_link, [Env]},
|
PubSubMFA = {emqttd_pubsub, start_link, [Env]},
|
||||||
|
|
Loading…
Reference in New Issue