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 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