mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Wakeup main loop on peer message received
This commit is contained in:
@@ -958,6 +958,7 @@ handle_peer(ChildMonitor *self, int s) {
|
||||
Message *m = self->messages + self->messages_count++;
|
||||
m->data = buf; m->sz = buf_used;
|
||||
children_mutex(unlock);
|
||||
wakeup_main_loop();
|
||||
} else free(buf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user