primus icon indicating copy to clipboard operation
primus copied to clipboard

:zap: Primus, the creator god of the transformers & an abstraction layer for real-time to prevent module lock-in.

Results 51 primus issues
Sort by recently updated
recently updated
newest added

Version: ^7.0.0 Environment: any os Related to #646, not an error but a respectful request for a documentation update: pingInterval is hard-coded to false in createSocket method (so the dummy...

**Version:** ^7.3.3 **Environment:** - Linux **Expected result:** --unsafe-perm not needed **Actual result:** Global install with -g fails with ``` > [email protected] postinstall /usr/lib/node_modules/signalk-server/node_modules/storage-engine > node ./compatibility/detect.js fs.js:646 return binding.open(pathModule._makeLong(path), stringToFlags(flags),...

Do you guys know if someone is porting to flutter to use in Googles new toy? thanks in advance

**Version:** 7.3.2 **Environment:** - **Operating system:** Linux - **Browser:** Chromium - **Node.js:** 10.14.1 **Expected result:** When connection is set to `manual` and primus wasn't requested to connect yet, if the...

**Version:** 7.2.2 **Environment:** - **Node.js:** 6 **Expected result:**The primus should run constantly without any barrier **Actual result:** The primus disconnects and then reconnects on its own at various points. I...

Looking for some input from the primus/primus-emit contributors and community. I am looking for a good nodejs real time clientserver library. I need to support connections from desktop and mobile...

Wondering what people's opinions are on this. Currently, the `primus.js` file in the root of this repository is still written in ES5. Would it make sense for a maintenance point...

discussion

**Version:** 4.0.5 **Environment:** AWS Elasticbeanstalk - **Operating system:** Amazon linux 64bit - **Browser:** - **Node.js:** 0.12.6 **Expected result:** **Actual result:** **Steps to reproduce:** I have a node.js application server and...

discussion

Right now, I have: ``` js primus.on('connection', function connection(spark, next) { spark.on('error', function(err) { }); next('handshake error'); } ``` The next function emits an error event to the spark, which...

feature

**Version:** 7.0.0 **Environment:** - **Operating system:** All - **Browser:** All **Expected result:** ESC should close angular bootstrap modals. https://angular-ui.github.io/bootstrap/#!#modal **Actual result:** Primus calls preventDefault on the keydown event in order...

bug
Firefox