This is most likely a left-over from copy-pasting from an example in the 'IO::Multiplex' man page. In particular, the method is not called every second.
Signed-off-by: Fiona Ebner <[email protected]> --- src/PVE/QMPClient.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/QMPClient.pm b/src/PVE/QMPClient.pm index 7b19be9d..68ce0edb 100644 --- a/src/PVE/QMPClient.pm +++ b/src/PVE/QMPClient.pm @@ -479,7 +479,6 @@ sub mux_input { &$check_queue($self); } -# This gets called every second to update player info, etc... sub mux_timeout { my ($self, $mux, $fh) = @_; -- 2.47.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
