Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Carina v0.4.2

Choose a tag to compare

@connor4312 connor4312 released this 13 Sep 21:19
· 46 commits to master since this release
b5f52bc

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().