Chris Wiggins
                                            Chris Wiggins
                                        
                                    Unfortunately as far as I'm aware you can't. We'd all be grateful for a pull request though! :-) Sent from my iPhone On 11/07/2015, at 12:33 am, PreethiBabu87 wrote: Hi...
@PreethiBabu87 its this package. Just don't use URLs to connect, do what is suggested at the top of the README: ``` var connection = amqp.createConnection({ host: 'dev.rabbitmq.com' }); ``` However...
Hi @hnguyen48206 - I haven't been keeping up the maintenance of this as we now use another project at work. I'm happy to take any PRs or anyone who's keen...
Nice work Spencer. More than 1 worker isn't supported anyway :-) On 18/05/2017, at 6:27 AM, Spencer Alt wrote: I'm not able to reproduce this issue after updating my configuration...
@leonnortje this has been fixed now in Sergey's fork: [https://github.com/sergey-dryabzhinsky/nginx-rtmp-module](https://github.com/sergey-dryabzhinsky/nginx-rtmp-module)
Any update on this? This would be really handy for us, cloning openembedded at the moment is extremely slow
I just ran into this issue now too. The fact that it's 10.1.0.0/16 too means it covers a very wide set of addresses
@janiel14 where did you get that configuration from? I believe looking at the directives and the source code you're using the wrong config. [Directives are here](https://github.com/sergey-dryabzhinsky/nginx-rtmp-module/wiki/Directives#record) It should look like...
@notmark you're welcome to try this yourself and issue a pull request :-)
Would like to add my 2 cents - I think you'll be hard-pressed to find lots of implementations where the destructuring syntax isn't used. Importing the default export, and then...