-
Notifications
You must be signed in to change notification settings - Fork 66
CouchCocoa with CouchDB/ssl as backend #58
base: master
Are you sure you want to change the base?
Conversation
…00 instead of 300000), ssl/https support in continous change stream, newline splitting of chunks in continuous change stream, reconnect on error
Thanks! I'll take a look as soon as I can — just got back from vacation today and I've got a pile of stuff to go through. |
It would be better to merge in the latest TDChangeTracker code from TouchDB. TDChangeTracker was originally forked from CouchChangeTracker but has had a lot more work done to it, since the replicator relies on it, whereas CouchChangeTracker is only used if you connect CouchCocoa to a remote CouchDB server (which is not common.) |
I will check out if it works with CouchDB. But on the first read, the code looks promising. Except the default heartbeat is still 5 times above the default timeout in CouchDB. I guess you are not testing with remote CouchDB servers anymore? |
Fixed some issues with changes stream (couchdb with ssl and continuous):