bluesky / ophyd-async

Hardware abstraction for bluesky written using asyncio
https://blueskyproject.io/ophyd-async
BSD 3-Clause "New" or "Revised" License
7 stars 21 forks source link

Investigate hanging collect_while_completing planstub #329

Open abbiemery opened 1 month ago

abbiemery commented 1 month ago

In the time_resolved_fly_and_collect_with_static_seq_table plan stub I have had to change the collect_while_completing stub call back to the code used for the i22 experiment as the new code just hung.

An issue that was raised back then has not been addressed but i'm not entirely convinced this is the full problem. The issue and following discussion is here https://github.com/bluesky/bluesky/issues/1630.

This needs investigating.