-
-
Notifications
You must be signed in to change notification settings - Fork 333
ignoreTube method added @ incubator/Library/Phalcon/Queue/Beanstalk/Exte... #97
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
Conversation
Good =) |
Everything seems well except code style.
|
|
…sponse to make best practice in place. 2. Code formatting has been changed from SPACES to TAB. 3. Correct phpdoc has been set on getWatchingResponse method from text to string.
@endeveit good? |
Here is the unified diff for additional code style fixes https://gist.github.com/endeveit/8368438 |
patched applied. |
👍 |
Also would like to know which text editor you are using with which formatting plugin. I am using sublime text 2. |
I'm using Intellij Idea with PHP plugin. |
Thanks for the info. Let me know if my code looks ok now. If yes than please merge it or confirm if any deviation. |
@xboston now everything is good |
ignoreTube method added @ incubator/Library/Phalcon/Queue/Beanstalk/Exte...
Thanks guys! |
Your welcome... |
Hi Team,
I have added ignoreTube as well as getResponseLinesText method @ incubator/Library/Phalcon/Queue/Beanstalk/Extended.php as per beanstalk protocol defination (https://github.com/kr/beanstalkd/blob/master/doc/protocol.txt) to ignore any watched tube.
It is working fine at my laptop and server. Please review and provide this feature to rest of world.
Thanks in advance for providing such a great framework.
Regards
Tapan Thapa