Andrea Selva
Andrea Selva
Tinkering with the code to understand if the "Netty's thread per session" is feasible, it come out that we can't use it because the broker can have sessions that still...
> What needs to be done for a disconnected Session? Storing messages on the queue. > Publish Threads add messages to the queue, but that's it. In my idea is...
> That just moves the reference-counting problem to a different queue. Yes I missed that aspect, but using a queue to serialize the commands for a session instance, the responsibility...
Hi @rakechan but this is issue is not acceptable, it miss fundamental parts: - logs before the crash - how your test was stress testing - minimal test code to...
Without a test case or a more clean description of what you are doing it's not easy; I guess your are issuing a MQTT connection over WebSocket? Andrea On Thu,...
Perhaps have you got a test case to reproduce it? On Fri, Mar 24, 2017 at 8:47 AM, leesangboo wrote: > YES. use WebSocket. > > — > You are...
It's expected behaviour to have /mqtt has the connection endpoint. It's not desired to throw that trace if you connect to a bad endpoint :-( Andrea On Wed, Jun 21,...
There are pros and cons in both solutions. The "SYS" topic is agnostic of the language/platform, and is more portable, but you need to pass through a client, and if...
Yes I suspect the same, I've to check the flow control of messages. Andrea On Wed, Jun 5, 2019 at 12:21 PM Florian Stanek wrote: > Interestingly while the publisher...
Hi @giri110890 I plan to solve it, not giving access to the connection manager or internal data structures (like the train wrecks as before), but with just a simple direct...