Liu Song’s Projects


~/Projects/mqtt-go

git clone https://code.lsong.org/mqtt-go

Commit

Commit
06c399b60609689b738c6ff603423c99c8458641
Author
mochi <[email protected]>
Date
2022-01-26 20:49:42 +0000 +0000
Diffstat
 README.md | 3 ++-

indicate ARM32 compatibility


diff --git a/README.md b/README.md
index 03750dee1cad991c0eaa758e22acaa99ea74f498..3d72f25f80da13287b8507bfa63b8195ccf0ad9f 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,8 @@ - TCP, Websocket, (including SSL/TLS) and Dashboard listeners.
 - Interfaces for Client Authentication and Topic access control.
 - Bolt-backed persistence and storage interfaces.
 - Directly Publishing from embedding service (`s.Publish(topic, message, retain)`).
-- Basic Event Hooks (currently `OnMessage`, `OnConnect`, `OnDisconnect`)
+- Basic Event Hooks (currently `OnMessage`, `OnConnect`, `OnDisconnect`).
+- ARM32 Compatible.
 
 #### Roadmap
 - Please open an issue to request new features or event hooks.