Matthias Wallnöfer
Matthias Wallnöfer
Hi @jinrm, in the meantime there were raised some issues and there have also been opened pull requests which I cannot address any longer since the team membership (https://github.com/orgs/emqtt/teams/qmqtt-team) seems...
@tigercl Please re-add me to the _qmqtt-client_ project too. A quick check revealed that also there I am unable to manage issues, code etc.
From my point of view `disconnected()` should only be triggered when a disconnect operation has been requested explicitly (`disconnectFromHost()`). Otherwise you have the possibility to handle this in the `onSocketError()`?
The socket errors are forwarded to the `error` signal of the class `Client`. Look at the `ClientError` enum for a complete enumeration of all values: https://github.com/emqx/qmqtt/blob/master/src/mqtt/qmqtt_client.h.
Okay, so let us ask someone else: @ejvr, @KonstantinRitt any idea what the reason could be? @SirHeisenberg Have you tried also with a different client OS? Not that this issue...
Yes, but these are both Linux and hence will behave similarly. Here it would be interesting to reproduce on an alternative system like MacOSX, iOS, Android or also Windows since...
Thanks for the reproduction, @ejvr. So yes this seems to be a Qt - GNU/Linux-specific issue, look at: https://bugreports.qt.io/browse/QTBUG-16688 Also interesting (more to Windows): https://bugreports.qt.io/browse/QTBUG-24451 https://bugreports.qt.io/browse/QTBUG-39518 Maybe Qt 6 will...
Any news on this?
Unfortunately, the tool does not provide any support for _nvme_ devices. There the power saving mode is enabled as follows: ``` echo 'auto' > /sys/block/sda/device/power/control ```
No, unfortunately not and this is a showstopper for one-way calls as I have written in issue https://github.com/jolie/jolie/issues/467#issuecomment-2004486744. ``` WARNUNG: [main.ol] HTTP protocol for operation ... is sending a message...