You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chain-index gets run inside withPlutusInterface so it gets started on startCluster but in an async thread which lifetime is not connected in any way to the lifetime of a cluster. See here. I've checked that the chain-index port remains occupied after stopCluster.