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
We had an issue where cross-receiver message settlement caused a memory leak as entries in the unsettledMessages map weren't deleted. While this has been fixed, it brings up the question of whether unsettledMessages really needs to be a map or just an atomically accessed count.
The text was updated successfully, but these errors were encountered:
We had an issue where cross-receiver message settlement caused a memory leak as entries in the
unsettledMessages
map weren't deleted. While this has been fixed, it brings up the question of whetherunsettledMessages
really needs to be a map or just an atomically accessed count.The text was updated successfully, but these errors were encountered: