event.getSource().getDocIds() is null

19 views
Skip to first unread message

Abdolhosein V. Ebrahimi

unread,
Jan 27, 2015, 3:21:49 PM1/27/15
to mobile-c...@googlegroups.com

Why event.getSource().getDocIds() is null in following code? I can't find out which docs added and pulled from CB!

pullReplication.addChangeListener(new Replication.ChangeListener() {
@Override
public void changed(Replication.ChangeEvent event) {
event.getSource().getDocIds() IS NULL HERE
int c=event.getChangeCount();
c=c+1;
}
});

Hideki Itakura

unread,
Jan 28, 2015, 12:54:08 PM1/28/15
to mobile-c...@googlegroups.com
Hi All,

We have same question as github issue on our project repository. 
Please use github ticket to track this issue.

Thanks,
Hideki
Reply all
Reply to author
Forward
0 new messages