working on getting tests back

This commit is contained in:
Sandy Walsh
2011-09-12 15:22:30 -07:00
parent 1d8962717b
commit b64d84d376
4 changed files with 18 additions and 11 deletions

View File

@@ -728,7 +728,6 @@ def multicall(context, topic, msg):
wait_msg = MulticallWaiter(conn)
conn.declare_direct_consumer(msg_id, wait_msg)
conn.topic_send(topic, msg)
return wait_msg