| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- 0.2.2
- =====
- merge pull request#26
- 0.2.0
- =====
- 1. project structure...
- 2. apps, deps, plugins,
- 3. rel...
- 4. mochiweb: http publish...
- 5 cluster...
- 6. support MQTT3.1.1...
- 7. python, java test code
- 8. emqtt_cm to manager clientId, clientPid...
- ????
- {ok, {{simple_one_for_one_terminate, 0, 1},
- [{client, {emqtt_client, start_link, []},
- temporary, 5000, worker, [emqtt_client]}]}}.
- fucking stupid..... esockd locked
- 0.2.1
- =====
- full MQTT 3.1.1 support...
- node cluster....
- one million connections test...
- topic match benchmark tests...
- Dialyzer ...
- full test cases...
- spawn_link to replace 'spawn' and 'link'
- keepalive
- retained
- QOS
- dural sub
- packet dump...
|