mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 23:12:54 +00:00
If we get cancelled before jh.await returns we've take()n the join handle but drop the result on the floor. Fix it by setting self.join_handle = None after the .await fixes https://github.com/neondatabase/neon/issues/3104