Amgad Serry
Amgad Serry
``` public class Address: EVManagedObject { override public func propertyMapping() -> [(keyInObject: String?, keyInResource: String?)] { return [ (keyInObject: "firstName",keyInResource: "first_name"), (keyInObject: "lastName",keyInResource: "last_name"), (keyInObject: "address1",keyInResource: "address_1"), (keyInObject: "address2",keyInResource: "address_2")...
**Describe the bug** StreamDestroyed is not received and an error is received from server when session.disconnect() is called **Expected behavior** StreamDestoryed is received for all participants **Wrong current behavior** StreamDestroyed...