You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beanstalk-talk
Hi All,
Just have downloaded client library from sourceforge.
I am testing with example.php which came with library, unfortunately
it hangs at reserve stage.
Also investigated problem with wireshark and it seems that server is
not returning packet.
Another thing I tried was compiling and running 1.3 but faced same
problem.
I hope anybody has recipe for my problem,
Thank you,
Gerard Krijgsman
unread,
Apr 19, 2009, 5:45:28 PM4/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beanstalk-talk
See the other thread about the PHP client - the example has a bug.
The source of the problem is that the use_tube() function only applies
to the put() function, meaning that the reserve() function tries to
read from an empty default tube (and thus hangs). What's needed (as is
fixed in the link above) is to also do watch('foo');