Jeonghyeon (Andi) Lee

Results 4 comments of Jeonghyeon (Andi) Lee

Hi @cy, could definitely try that but this issue hasn't had much traction from the users or the maintainers, so I don't know how that will go.

Hi @fishi0x01. @barbieri's point, as I understood, is that when you have ```graphql query HeroForEpisode($ep: Episode!) { hero(episode: $ep) { name ... on Droid { primaryFunction } ... on Human...

@nomisRev To be fair, this behavior rather complies with the semantics of structured concurrency, because it cancels the parent in case of an unhandled exception. Try opening supervisorScope around newSuspendedTransaction,...

> The exceptions is handled in both the original and my example, so it should not have cancelled the parent? 🤔 The parent being runBlocking. This doesn't follow the same...