Update README.md

This commit is contained in:
Emiel Bruijntjes 2014-01-06 18:24:36 +01:00
parent 1339fef66d
commit 5556c0f7d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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 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 call), and pass the received bytes to the AMQP library. This is done by