Closed Cherry closed 7 years ago
wow, good call! thanks! we ended up not going with primus so never hit the CI issues
Thanks very much! Any chance you could push an update to npm, so we don't have to rely on my fork for builds?
Also, purely out of interest, what did you end up using? We're using Primus in production and are enjoying the experience.
completely forgot to push to npm, will do now!
we actually moved to graphql and use polling where we can or subscriptions in the future if we need it
just pushed new version to NPM, sorry about that!
Thanks very much!
After initialising Primus, it's never closed or destroyed, so it's still awaiting connections, etc. This fix resolves that, and destroys the Primus instance after it's been utilised, preventing errors with CI builds, etc.