Closed oldrich-s closed 2 years ago
Changes looks good. I think there would need some changes also to (in order):
cc @mcollina @gnought @seriousme
Changes looks good. I think there would need some changes also to (in order):
- https://github.com/moscajs/aedes-cached-persistence
- https://github.com/moscajs/aedes-persistence-mongodb
- https://github.com/moscajs/aedes-persistence-redis
- https://github.com/moscajs/aedes-persistence-level
cc @mcollina @gnought @seriousme
FYI: I'm working to add this feature to https://github.com/moscajs/aedes-persistence-level
Kind regards, Hans
I have updated qlobber dependency to 7.0.0 and fixed the remaining failing unit tests so I think that the PR is ready 👍.
9.1.0 is out now. Thanks @oldrich-s
Dont know if it has any influence but aedes-packet dependency could probably be updated to v3.0.0 before releasing new version
EDIT: you were faster 😁
Argg missed it, let me create a quick patch
Done
Hi,
I am working on fixing Aedes bridge connection where
nl
flag is not respected:https://github.com/moscajs/aedes/issues/736
For that I need to update
aedes-persistence
to persistnl
,rap
andrh
flags.The tests are still failing because
qlobber
also needs to be updated to work withnl
,rap
andrh
flags:https://github.com/davedoesdev/qlobber/pull/24
So this pull request needs to wait until qlobber is updated. 👍