Jens Alfke
01f81ebeee
Added omitempty
to storage structs ( #401 )
...
This significantly cuts down the size of the marshaled JSON.
I've left it out on fields that, in my experience, never have the
default value.
2024-05-19 19:12:57 +01:00
Wind
0df69a4a4e
Use JSONeq to compare JSON ( #267 )
...
* WriterSize parameter is incorrectly set
The WriterSize parameter is incorrectly set in the newClient method.
* Use JSONeq to compare JSON
This ensures that test results pass even if the field order is inconsistent.
---------
Co-authored-by: JB <28275108+mochi-co@users.noreply.github.com >
2023-08-01 10:25:17 +01:00
JB
ae3f72f677
migrate imports, copyrights, etc ( #270 )
2023-07-31 13:26:26 +01:00
mochi-co
605bb93c75
Move msgToPacket to storage.Message.ToPacket
2023-04-21 21:49:49 +01:00
JB
ef34510c0b
Expose dropped publish messages count in sys info ( #170 )
2023-02-10 23:38:20 +00:00
thedevop
4b039cb35c
Add PublishDropped metrics ( #167 )
...
* Add PublishDropped
* Add PublishDropped
* Add PublishDropped
* Update storage_test.go
* Update system.go
* Update server.go
2023-02-10 14:44:01 +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