From 5556c0f7d5fbf023c70e40d0a3a5d11cba519a5e Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 6 Jan 2014 18:24:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3edd5c..cd65072 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ library receive data back from RabbitMQ? As we've explained above, the AMQP library does not do any IO by itself and it is therefore of course also not possible for the library to receive data from -a socket. It is again up to you to to this. If, for example, you notice in your +a socket. It is again up to you to do this. If, for example, you notice in your event loop that the socket that is connected with the RabbitMQ server becomes readable, you should read out that data (for example by using the recv() system call), and pass the received bytes to the AMQP library. This is done by