commit a992513489c1f8812a7e540a3dd4325c52a7a73e from: Omar Polo date: Thu Jul 15 11:45:25 2021 UTC don't let the net process stick around flush the net ibuf too commit - 144733a742244798bcc2ffb2dc54fdf0e51deb0a commit + a992513489c1f8812a7e540a3dd4325c52a7a73e blob - a8fb4c950667377309b72668f3dfd052ea4a955b blob + fd35a63325dd30c4aeb327a6d15f21273aa30761 --- telescope.c +++ telescope.c @@ -870,6 +870,7 @@ main(int argc, char * const *argv) ui_send_fs(IMSG_QUIT, 0, NULL, 0); ui_send_net(IMSG_QUIT, 0, NULL, 0); imsg_flush(&iev_fs->ibuf); + imsg_flush(&iev_net->ibuf); close(sessionfd);