v 0.9.1.0 In file MessageAsync.cs line 24 called
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));
instead of
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesSent(maximumMessages));
Comments: Associated with changeset 35899: Version 0.9.2.2
- Updated Message.cs so that it does not get the latest message received when requesting the messages sent.
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));
instead of
return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesSent(maximumMessages));
Comments: Associated with changeset 35899: Version 0.9.2.2
- Updated Message.cs so that it does not get the latest message received when requesting the messages sent.