From afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 23 Feb 2023 15:27:39 +0000 Subject: [PATCH] docs(changeset): Fix bug in subscriptions where termination of underlying stream wouldn't terminate the subscription. --- .changeset/metal-horses-refuse.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/metal-horses-refuse.md diff --git a/.changeset/metal-horses-refuse.md b/.changeset/metal-horses-refuse.md new file mode 100644 index 000000000..5dac60024 --- /dev/null +++ b/.changeset/metal-horses-refuse.md @@ -0,0 +1,8 @@ +--- +"grafast": patch +"grafserv": patch +"postgraphile": patch +--- + +Fix bug in subscriptions where termination of underlying stream wouldn't +terminate the subscription.