Tomas Tichy
Tomas Tichy
Makes sense to me that we would add persistent storage at the library level (I believe the Java client already does this). I wonder if there is interest in a...
@sfphh4 - when do you delete the message from your MongoDb backend? `on_publish()` seems like a good candidate, but the `mid` passed is not a great identifier (Since it starts...
I only have to worry about QOS 1. I ended up with this scenario - prior to publishing, store the message with key=mid - in `on_publish`, remove the message using...
> @ttichy I'm curious about your solution. You say that you store the message with key=mid prior to publishing. But isn't mid available only after you call `publish()`? With QoS=0,...
The difference between the working and non-working case (as far as I can tell) is that in the non-working case there is one extra call to ConnectionFactory.Create(). This extra connection...