refactor: drop late diff responses
This commit is contained in:
parent
36e441e762
commit
51b2509f22
1 changed files with 3 additions and 0 deletions
|
|
@ -543,6 +543,9 @@ fn receive_safe(self: *Self, from: tp.pid_ref, m: tp.message) !void {
|
||||||
if (try m.match(.{ "PRJ", tp.more })) // drop late project manager query responses
|
if (try m.match(.{ "PRJ", tp.more })) // drop late project manager query responses
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (try m.match(.{ "DIFF", tp.more })) // drop late diff responses
|
||||||
|
return;
|
||||||
|
|
||||||
if (try m.match(.{"INPUT_IDLE"})) {
|
if (try m.match(.{"INPUT_IDLE"})) {
|
||||||
if (self.input_idle_timer) |*t| t.deinit();
|
if (self.input_idle_timer) |*t| t.deinit();
|
||||||
self.input_idle_timer = null;
|
self.input_idle_timer = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue