-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running queue:listen with iron throws exception #64
Comments
as far as i know laravel 5.0 requires different (than 5.1) MQ version as described: |
I did as you suggested, ran the queue:listen, queue:work things looked fine. |
Any suggested ways to test iron.io on local box? with the push queues, the subscribe url needs to be public, is there a proxy solution of sorts recommended? |
@BardiaAfshin you could try to use service like http://localtunnel.me/ |
I did the installation, kicked off my local server on that port, and when I use the web browser, it times out. Any other suggestions? |
There are many services like that and exactly for the same purpose, just google for them. |
here's a copy of my composer.json
exception thrown.
I've tried installing iron_mq version 2.0 and 4.0.*, same exception, and even wiping out my vendor directory and composer installing from fresh start.
The text was updated successfully, but these errors were encountered: