[SOLVED] ClientLibrary Graphql Async Error

Hi Sebastian,

I got the new updates from the main repo. My client application started getting squidex errors after graphql calls.

Error:
Synchronous operations are disallowed. call writeasync or set allowsynchronousio to true instead…

I did a few things like here and it got resolved.

I have a few API tests that run with each commit and I do not have this issue: https://github.com/Squidex/squidex/blob/master/backend/tools/TestSuite/TestSuite.ApiTests/ContentQueryTests.cs#L414

Sorry, I can reproduce it locally now. But why not in the tests?

I do not know. In which commit did you solve it?
I don’t want to make both of our projects independent.
Let me apply that change now.

In this one: https://github.com/Squidex/squidex/commit/23521282dcf99ca963dc8621fdfa8f5a8a263ef7

This topic was automatically closed after 2 days. New replies are no longer allowed.