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
When a notification message is read (type = 2), MPVerifyMessage is called on that message, and fails, because the logic for checking the notification should be different.
When a notification message is read (type = 2), MPVerifyMessage is called on that message, and fails, because the logic for checking the notification should be different.
The notification has only 3 elements:
https://github.com/gabriel/MPMessagePack/blob/master/RPC/MPRPCProtocol.m#L83
And it has no message ID:
https://github.com/gabriel/MPMessagePack/blob/master/RPC/MPRPCProtocol.m#L98
P.S. There's MPVerifyRequest and MPVerifyResponse, it would be nice to have MPVerifyNotification as well.
The text was updated successfully, but these errors were encountered: