From a1619b9aa1d99852adcc6ee9b6e172462efa32ef Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sun, 18 Nov 2012 20:31:55 -0500 Subject: [PATCH] Add new note --- TODO | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 5f54b4a..a15b50d 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,5 @@ - Add the ability to connect to a network of brokers (Cf: http://activemq.apache.org/networks-of-brokers.html) - Add Stomp 1.1 full support - -- Review tests to work on every message broker - - ActimeMQ - - stompserver (Ruby) - - TBD +- Verify if we need to call recv with MSG_PEEK for the newline char + or if the current implementation is enough (cf bug #59217)