pulsar
pulsar copied to clipboard
[fix][cpp] Use weak ptr avoid circular references.
Motivation
Capturing shared ptr in the timer function will cause a circular reference.
Modifications
- Use weak ptr instead shared ptr.
Documentation
- [x]
doc-not-needed
Please rebase to master to have some CI fixes.