couchbase-lite-ios
couchbase-lite-ios copied to clipboard
【iOS Swift】CouchbaseLite Replicator ERROR: {Repl#935} Got LiteCore error: WebSocket error 1006, "connection closed abnormally"
trafficstars
Describe the bug The xcode console reports a large number of 1006 warnings during synchronization
CouchbaseLite Replicator ERROR: {Repl#935} Got LiteCore error: WebSocket error 1006, "connection closed abnormally"
**Log
Platform (please complete the following information):
- Device: [iPhone12 pro]
- OS: [iOS14.6]
- Couchbase Version [ CouchbaseLiteSwift 3.1.0]
Can you provide more information about what you are trying to do and the scenario you see this happening?
from the screenshot, it seems that the replicator is losing connection and is retrying as is a transient error and will retry until maxAttempts is hit. You potentially can set loglevel to error only.
@coderliu007 is this still an "issue"? Can you please clarify what is the desired outcome you are looking for?