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
Read the msup converter's sub-state from the converter state
This was originally part of the async migration PR that introduced `with_correlation_id/2` but was dropped since there weren't any converters at the time that needed it. We read the sub-state right out of the `sub_states` map in `rabbit_db_m2k_converter`'s state. This must be done in a function in `rabbit_db_m2k_converter` since the state record is opaque.
0 commit comments