This repository was archived by the owner on Jul 21, 2020. It is now read-only.
Carina v0.4.2
Since 0.3.x we've hardened socket reconnections, so that we guarantee that (the socket does reconnect and that) all messages send on the socket are received by a Constellation at least once.
Also Carina does not automatically connect when instantiated, you should chain on a .open() call: new Carina(opts).open().