Fix possible memory leak with sync messages
Sync response messages did not properly restore `current_element_`, neither did `local_actor::cleanup`. As a result, messages could not get deleted and thus leak memory.
Showing
Please register or sign in to comment