You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: improve channel messaging and address memory leaks (#1687)
### Motivation
The channel messaging system (as well as a few network parts in general)
really need a cleanup to improve the code quality and reliability of the
system. Furthermore, there were memory leaks reported that need to be
addressed as well.
### Modification
This pr mostly improves channel messaging to be more reliable overall
and improves the api surface exposed to consumers. Furthermore, all
possible memory leaks were addressed (not limited to channel messaging)
and some other networking parts were improved as well.
### Result
Channel messaging should be more reliable and easier to use.
Additionally, there shouldn't be any memory leaks anymore.
0 commit comments