thedevop
b895d688e0
Change inline check order ( #133 )
2023-01-07 20:02:05 +00:00
mochi-co
cdb44990cf
Update version number
2023-01-07 17:30:58 +00:00
mochi-co
1adb02e087
Update readme and server version
2022-12-21 20:47:58 +00:00
JB
e31840a37d
Optimize inflight expiry ( #127 )
...
* Small formatting/style changes for filter existed
* Use OnQoSDropped hook instead of onInflightExpired
2022-12-21 19:44:25 +00:00
Wind
bb9f937bb0
Variable existed in the method processSubscribe is unstable
...
The variable existed can be changed repeatedly within a for loop. An array variable must be used to record the subscription of each filter.
2022-12-18 13:46:06 +08:00
JB
75504ff201
Update server version
2022-12-16 18:27:29 +00:00
Wind
a556feb325
Add the OnUnsubscribed hook to the unsubscribeClient method ( #122 )
...
Add the OnUnsubscribed hook to the unsubscribeClient method,and change the unsubscribeClient to externally visible. In a clustered environment, if a client is disconnected and then connected to another node, the subscriptions on the previous node need to be cleared.
2022-12-16 18:23:58 +00:00
JB
8d4cc091b4
Update version number
2022-12-16 00:31:59 +00:00
JB
d8f28cb843
Enforce server max packet ( #121 )
...
* Enforce Server Maximum Packet Size on client read
* Fix tests
2022-12-16 00:30:23 +00:00
mochi-co
4f198a99dd
Fix mis-typed onpublished hook, update version, fanpool defaults
2022-12-15 18:19:02 +00:00
mochi-co
fe5d9ffa61
Simplify Client construction, add NewClient method to Server, add Publish convenience method
2022-12-12 11:37:19 +00:00
mochi-co
8a04648c09
Cleanup godoc formatting
2022-12-11 21:38:01 +00:00
mochi-co
74ed8cd046
Update go mod and imports to v2
2022-12-11 11:50:44 +00:00
mochi-co
898c90d4ca
Rewrite everything from scratch for mqtt v5
2022-12-10 21:49:32 +00:00