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
Socket.Payload now aliases to [String:Any].
With changes to String (no longer automatically bridging to NSString)
bridging would have to be done by hand. It seems moving to [String:Any]
for JSON objects makes more sense.