pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21.37k stars 1.04k forks source link

Browser 6 connection limit? #132

Closed jefbarn closed 7 years ago

jefbarn commented 7 years ago

Hi, I'm investigating using rxdb for my app because is really fits in with my current stack (pouch/couch + angular). My first concern is I notice that you save each collection as a separate couch/pouch database. How do you get around the problem of having more than 6 collections would lock your browser because it couldn't create any more replication connections? I guess the obvious answer is to use socket-pouch?

pubkey commented 7 years ago

NOTICE: this is a pre-saved reply, it might not fit 100% to your issue.

Please do not create issues for support-requests. If something has no chance to result in a pull-request, do not open an issue for it.

For basic support, please use our gitter-channel.