Fix 'Malformed table' Error
This commit is contained in:
parent
475896c0ac
commit
49b40ededd
|
@ -444,7 +444,7 @@ List, load or unload plugins of emqttd broker.
|
||||||
+---------------------------+-------------------------+
|
+---------------------------+-------------------------+
|
||||||
| plugins load <Plugin> | Load Plugin |
|
| plugins load <Plugin> | Load Plugin |
|
||||||
+---------------------------+-------------------------+
|
+---------------------------+-------------------------+
|
||||||
| plugins unload <Plugin> | Unload (Plugin) |
|
| plugins unload <Plugin> | Unload (Plugin) |
|
||||||
+---------------------------+-------------------------+
|
+---------------------------+-------------------------+
|
||||||
|
|
||||||
plugins list
|
plugins list
|
||||||
|
@ -746,7 +746,7 @@ listener parameters:
|
||||||
| current_clients | Count of current clients |
|
| current_clients | Count of current clients |
|
||||||
+-----------------+--------------------------------------+
|
+-----------------+--------------------------------------+
|
||||||
| shutdown_count | Statistics of client shutdown reason |
|
| shutdown_count | Statistics of client shutdown reason |
|
||||||
+-----------------+---------------------------------------+
|
+----------------+---------------------------------------+
|
||||||
|
|
||||||
.. _command_mnesia::
|
.. _command_mnesia::
|
||||||
|
|
||||||
|
|
|
@ -547,7 +547,7 @@ The plugin could register callbacks for hooks. The hooks will be run by the brok
|
||||||
| message.acked | Run when a message(qos1/2) is acked |
|
| message.acked | Run when a message(qos1/2) is acked |
|
||||||
+------------------------+---------------------------------------+
|
+------------------------+---------------------------------------+
|
||||||
| client.disconnected | Run when a client is disconnnected |
|
| client.disconnected | Run when a client is disconnnected |
|
||||||
+----------------------- +---------------------------------------+
|
+------------------------+---------------------------------------+
|
||||||
|
|
||||||
emqttd_plugin_template.erl for example::
|
emqttd_plugin_template.erl for example::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue