Marc Bryan
Marc Bryan
This also happens with inline mapping mode ``` { "StartAt": "Send to clients", "States": { "Send to clients": { "Type": "Map", "Iterator": { "StartAt": "Lambda: Do some work here", "States":...
This isn't fully fixed by #52. Here is a unit test that (sometimes) reproduces the problem i'm seeing on my machine. I'm not sure why it doesn't consistently hit? ```...
Hit this on 4.40.0, upgrading to 4.41.1 didnt fix it. Rolled back to 4.38 and it works fine. Very frustrating 4.41.1 output: ``` $ docker info Client: Version: 28.1.1 Context:...