Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 11412

Re: Groupchat history out of order

$
0
0

This may be another concurrency issue. In org.jivesoftware.openfire.muc.HistoryRequest/sendHistory() the messages are send maybe in the right or wrong order. Without logging this is hard to tell.

for (Object aHistoryToSend : historyToSend) {

     joinRole.send((Message) aHistoryToSend);

}


Viewing all articles
Browse latest Browse all 11412

Trending Articles