Handling Program Hang with `yield* Schema.decodeUnknown`
If I use
What part of docs should i be looking at on how to handling this "forever hang" problem when decoding fails?
yield* Schema.decodeUnknown and intentionally parse bad data (for fun!), it seems to just make my program hang forever (until ctrl-c).What part of docs should i be looking at on how to handling this "forever hang" problem when decoding fails?
