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 <f.eb...@proxmox.com>
---
 PVE/QMPClient.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm
index abed1f01..eefd17a5 100644
--- a/PVE/QMPClient.pm
+++ b/PVE/QMPClient.pm
@@ -460,7 +460,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.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to