SubscriptionManager subscriptions(session); Listener listener(subscriptions, session); subscriptions.run()
because this block the thread, so i use subscriptions.get() in my mainloop, but i found the memory used by this process increase all the time, anybody happen this? help me. thanks -- View this message in context: http://n2.nabble.com/c%2B%2B-client-%2C-memory-leak--tp2633382p2633382.html Sent from the Apache Qpid developers mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
