Rename mqtt_msgid() type to mqtt_msg_id() |
|
More...
|
over 8 years ago
|
Disable the force GC if conn_force_gc_count = 0 |
|
More...
|
over 8 years ago
|
Use emqttd_gc:reset_conn_gc_count/2 API |
|
More...
|
over 8 years ago
|
Handle the {ok, I} return |
|
More...
|
over 8 years ago
|
Fix the 'spawn_opt' options |
|
More...
|
over 8 years ago
|
Add 'FULLSWEEP_OPTS' macro |
|
More...
|
over 8 years ago
|
Add '[{fullsweep_after, 10}]' opts and 'force_gc_count' to tune the memory usage |
|
More...
|
over 8 years ago
|
Add 'mqtt.conn.force_gc_count' config to tune GC of MQTT connection |
|
More...
|
over 8 years ago
|
Add emqttd_gc module |
|
More...
|
over 8 years ago
|
Support to hook 'tag' function |
|
More...
|
over 8 years ago
|
Replace emqttd_misc:inc_stats/1 with inc_stats/1 |
|
More...
|
over 8 years ago
|
Add '{backoff, 1000, 1000, 10000}' to return of init/1 |
|
More...
|
over 8 years ago
|
Remove inc_stats/1 function |
|
More...
|
over 8 years ago
|
Change the gen_server:start_link to gen_server2 |
|
More...
|
over 8 years ago
|
Force to GC the Websocket Process |
|
More...
|
over 8 years ago
|
Remove the io:format line |
|
More...
|
over 8 years ago
|
Remove 'enable_stats' from 'INFO_KEYS', and remove io:format line |
|
More...
|
over 8 years ago
|
Tune the mqtt.client|session.enable_stats off |
|
More...
|
over 8 years ago
|
Version 2.1.0 |
|
More...
|
over 8 years ago
|
Move the 'cuttlefish' library from TEST_DEPS to BUILD_DEPS |
|
More...
|
over 8 years ago
|
Require R19+ to build since 2.1 release |
|
More...
|
over 8 years ago
|
Use the new emqttd_parser API to parse Websocket frame |
|
More...
|
over 8 years ago
|
Remove the random:seed/1 to fix the build warnings |
|
More...
|
over 8 years ago
|
Fix issue #916 - add 'mqtt_msg_from()' type |
|
More...
|
over 8 years ago
|
Improve the 'enable_stats' design of client, session |
|
More...
|
over 8 years ago
|
Add 'proto_stats' record |
|
More...
|
over 8 years ago
|
Rename macro 'MAX_PACKET_LEN' to 'MAX_PACKET_SIZE' |
|
More...
|
over 8 years ago
|
Add max_packet_size() type |
|
More...
|
over 8 years ago
|
Remove unused fields: connname, peerhost, peerport |
|
More...
|
over 8 years ago
|
Fix the test cases for emqttd_parser |
|
More...
|
over 8 years ago
|