Ivan Kozlovic

Results 167 comments of Ivan Kozlovic

@jim-king-2000 I am a bit confused in how subscribing to multiple subjects would be different. What I mean is that the server does not support that, so it means that...

@jim-king-2000 I don't because I am not sure how you think things should behave. You say that you have a demo for RabittMQ. Any code or pseudo code that you...

@jim-king-2000 Thanks for sending the demo code. The first thing that you should be aware with NATS is that there is no persistence and is not a queuing system like...

If you use node.js, then why asking for multiple subscriptions in the C client :-) I don't see the need for a new API then (especially in Node,js). Why can't...

> Is there any secure way to determine whether request is actually sent or is queued to reconnect buffer because connection is disconnected? Maybe you can suggest other solution? Unfortunately...

I keep taking things back after thinking more about it :-) I will definitively fix the fact that we fail Flush too late (in reconnect thread instead of before creating...

@pananton I know that this is not helping you very much, but if you want to have a look at #392 to see if that looks ok?

> Yes, looks fine. Anyway, I think it's a useful option for other library users. Agreed that default behaviour should not be changed (at least for backward compatability). Thanks, I...

> Note that I have implemented timeout logic myself and can live without it. But I think if you provide such RequestAsync function it will be inconsistent to require request...