gveiga
gveiga
Below is the code that deals with the ServiceBus, it runs as a daemon in Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-29-generic x86_64) ``` php
Ok Yaqi Yang, thank you for the feedback. I did some changes to make sure that the deleteMessage/unlockMessage will be called and its running now (about 2 days). If I...
Hi Yaqi, I've left the program running since my last post, but it froze this weenkend, about 9 days running :( Usually the time to freeze take some days, I'm...
Sure, I'll look for that tomorrow and let the process running, the result may take a few days. There is any specific point that you want to check with the...
Hi yaqi, I've put 4 log lines at these points in the receiveMessage(): ``` php ... logMessage('receiveMessage > setup http OK'); $response = $this->sendContext($httpCallContext); logMessage('receiveMessage > sendContext OK'); if ($response->getStatus()...
Ok, I've added a log entry with the $timeout value. Let's wait for the results.
Hi Yaqi, I got the freeze early now. It's for sure in the sendContext() function. Here is my last log lines: ``` [ 16/08/2016 - 18:10:28 ] receiveQueueMessage Starting [...
I got something strange... I've added a log to vendor/microsoft/windowsazure/WindowsAzure/Common/Internal/RestProxy.php around the line 142, on the "protected function sendContext($context)": ``` php logMessage( 'RestProxy->sendContext > setup OK' ); $channel->send($this->_filters, $url); logMessage(...
Sorry, I got the problem... It was a threaded 2 calls to sendContext that blind me. I didn't see it at start because I'd another log entry for the URI...
Hello Yaqi, Looks that the problem really is with the **$channel->send($this->_filters, $url)** call. There is any parameter that you wish me to add to the log, before this call to...