Details
-
Bug
-
Resolution: Fixed
-
Critical
-
3.1.0
-
Security Level: Public
-
JAK 107
-
1
Description
There is a workaround for the bug described in CBL-4435 that should go into the 3.1.1 release. It is not a fix but it should mitigate the problem until Beryllium goes out.
public void close() {
|
getDatabase().removeActiveReplicator(this);
|
super.close();
|
}
|
Attachments
Issue Links
- relates to
-
CBL-4435 Replicator.close() stops state updates
- Closed