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
The chat data from app user is been displayed and updated in the table and also added/appended into the 'messages' array.
But when the other user sends data it is receiving the content but not getting appended into the existing 'messages' array , new instance of 'messages' is been formed and gets appended into that instances.
Also the table 'tView' is not getting reloaded while messages send by other users.
Swift < 1.2
Xcode 6.1
The text was updated successfully, but these errors were encountered:
The chat data from app user is been displayed and updated in the table and also added/appended into the 'messages' array.
But when the other user sends data it is receiving the content but not getting appended into the existing 'messages' array , new instance of 'messages' is been formed and gets appended into that instances.
Also the table 'tView' is not getting reloaded while messages send by other users.
Swift < 1.2
Xcode 6.1
The text was updated successfully, but these errors were encountered: