-
``` livescript
add(a, b) ->
a + b
```
Now it compiles to dubious:
``` js
add(a, b)(function(){
return a + b;
});
```
It would be better to have named function instead:
``` js
function ad…
-
See test case here:
https://github.com/sabw8217/celery_test
If I enqueue a number of tasks, and then start a worker with --without-mingle and --without-gossip, the worker seems to hang and not actual…
-
Hi,
Using an iOS MQTT client, been seeing a lot of these, on disconnect from RMQ, and I'm not sure what they are. Using a .deb version of RMQ 3.1.5, but does the same with the generic one. I'm not su…
-
Hi,
I am receiving an internal error whenever I publish a message to an x-delayed-message exchange. Server is RabbitMQ 3.4.4 on Erlang 17.5.
From /var/log/rabbitmq/rabbit\@vagrant-sasl.log
```
=CRAS…
RmMsr updated
9 years ago
-
the email pack has a problem with multipart mime messages. upon hitting a multipart message it crashes with "Can't decorde message body: DecodeError(TypeError(......"
_process_message() already parse…
-
e.g.
```
AMQP listener attached for "connection.start"
AMQP listener attached for "connection.start"
AMQP 0 in connection.start {"version-major":0,"version-minor":9,"server-properties":{"capabilities…
-
I suddenly have the following error message popping up. I wasn't using the autocomplete function to the best of my knowledge.
![selection_006](https://f.cloud.github.com/assets/3727933/734732/3371d3b…
-
Hi,
Thank you for all your work on rabbitpy.
I think I have found a bug but I don't understand it fully.
First, it seems that a heartbeat is send by the server (v3.1.5) only if there is no exchanged …
-
Hi, websocket project does not seem to work when I upgraded my Erlang to the latest 17.4 rev.2.
My system is Debian 7.8.
I downloaded the Erlang 17.4 r2 from the erlang-solutions site.
What happens i…
ubill updated
9 years ago
-
I find some error in rabbitmq log.
my environment:
ubuntu 10.04
rabbitmq-server 3.1.5-1
=INFO REPORT==== 29-Aug-2013::16:17:32 ===
MQTT detected network error for "117.X.X.X:27471 -…