This is a preemptive bug report because I haven’t pinned down a reproducible minimal example to report as an issue on the repo yet, but I have been getting on client.CommitCreate( new CommitCreateInput() {…}).Result calls.
There is always a long trace message centred around the Task
While I continue to seek it out, is there any gotcha’s that are known about? Nested nulls and the like? Perhaps a geometry issue, incorrect Base object etc…?
I have started to weed out a bunch of primitive and non-primitive types that don’t serialize which was causing problems but it’s not that.
From memory, I think it did actually complete each time. I ended up try-catching all server calls and this went away enough to get a hackathon demo done. I’ll check if it was an async-await.