-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set the kC4ReplicatorHeartbeatInterval in C4ReplicatorParams #49
Comments
I suppose it can be |
This option is used by the c4WebSocket no ? In WebSocketImpl.cc lig 116 |
You are right, the params is only used in the c4 wbesocket impl... |
couchbase-lite (C/C++) part has two alternatives to work with web sockets:
Because of usage of API of tungstenite this crate uses variant (2). So to handle it in the write way, some extra functional should be added here:
to handle ping/pong messages and I have plans to implement this, but I was busy. |
Hi,
I would like to set the heartbeat params to the c4replicatorparams (kC4ReplicatorHeartbeatInterval) how can do it this library ? Perhaps we can have a new_with_options in Replicator ?
Thanks
The text was updated successfully, but these errors were encountered: