From 306562f867ca7f64d37228dc864c788621970953 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 30 Oct 2022 13:31:11 +0100 Subject: Fixture display: Add a fence after requesting fixtures --- src/starlet-fixture-display.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/starlet-fixture-display.c b/src/starlet-fixture-display.c index 78cb8f4..498b704 100644 --- a/src/starlet-fixture-display.c +++ b/src/starlet-fixture-display.c @@ -691,7 +691,9 @@ static gboolean try_connect_cb(gpointer data) fixd->repl = repl_connection_new(fixd->socket, process_line, fixd, fixd->verbose); if ( fixd->repl != NULL ) { + fixd->got_eof = FALSE; repl_send(fixd->repl, "(list 'patched-fixtures (reverse (patched-fixture-names)))"); + repl_send(fixd->repl, "'end-of-stuff"); } } return G_SOURCE_CONTINUE; -- cgit v1.2.3