Cleaning up lpxclient and lpxserver in preparation for redirect implementation

This commit is contained in:
2026-06-01 22:49:25 -04:00
parent 1b0d96934f
commit bfaf161d30
6 changed files with 45 additions and 18 deletions

View File

@@ -222,7 +222,9 @@ public:
// If there's nothing new in the printbuffer, this is very fast.
world_to_asynchronous();
if (print_channeler_.channel(world_->get_printbuffer(actor_id_), retpk)) {
send_invocation(print_channeler_.invocation(actor_id_));
// TODO: Don't necessarily need to do this on every line of output.
// Can send this every 30 seconds or so.
delayed_invocations_.emplace_back(print_channeler_.invocation(actor_id_));
}
set_have_prints(false);
break;