Nathan Schwartz

Results 9 comments of Nathan Schwartz

Sounds good to me. Seems like we can close this. @milesj Would you like to take a crack at reusing `Vorpal#localStorage`? Not sure what kind of time I'll have in...

Hey @goldfire, I'm sure you're busy but I'd love to get some feedback on this when you get time 🙂

@goldfire do you have an idea of when you'll get a chance to review this? Thanks!

I can give it a shot. I plan to use the same strictMode check that @samthor posted. I am not aware of any edge cases where it would fail, but...

@suhamera's answer about transporters is correct. In addition, all calls and events (and other packet types) will go through the transporter you choose. > How to call an action from...

@katsanva It sounds like the issue isn't memory, but that you weren't expecting AMQP to store your messages. In the screenshot you shared it looks like only 1/3rd of the...

Ahh, I see what you mean @katsanva . I thought you were talking about requests and such. I agree that ping-pongs and hearbeats (etc) should be discarded. The current solution...

@katsanva thanks for the response. I haven't been able to produce this behavior before, so any steps and configuration necessary to reproduce the issue would be helpful. Most helpful would...

I believe the `enableStrictWeightMode` option introduced in https://github.com/goldfire/democracy.js/pull/18 could resolve this issue