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
It's likely that Qubie contains a lot of memory leaks. It seems that every "temporary callback" should be cleaned up properly at the end (when connection closes etc.), but this definitely isn't the case in bc11n. It looks like that when code binds callback function to a socket, this callback should be cleared when socked is closed. Go through the code, find all callbacks and examine whether they should be cleared.
The text was updated successfully, but these errors were encountered:
It's likely that Qubie contains a lot of memory leaks. It seems that every "temporary callback" should be cleaned up properly at the end (when connection closes etc.), but this definitely isn't the case in bc11n. It looks like that when code binds callback function to a socket, this callback should be cleared when socked is closed. Go through the code, find all callbacks and examine whether they should be cleared.
The text was updated successfully, but these errors were encountered: