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
- (void)passMessageObject:(nullable id <NSCoding>)messageObject identifier:(nullable NSString *)identifier
when this api is called with nil messageObject parameter, it will not remove the existing message, causing the other side receive the stale data, instead of nil data. Is this an expected behavior?
- (void)passMessageObject:(nullable id <NSCoding>)messageObject identifier:(nullable NSString *)identifier
when this api is called with nil
messageObject
parameter, it will not remove the existing message, causing the other side receive the stale data, instead of nil data. Is this an expected behavior?related code logic is here https://github.com/mutualmobile/MMWormhole/blob/master/Source/MMWormholeFileTransiting.m#L105-L118
The text was updated successfully, but these errors were encountered: