Marco Spiess
Marco Spiess
Would it be possible if the type of the relation was Flux instead of a collection? Of course that would limit it to lazy loading, but it might be good...
Hi, I took a stab at it and found the issue to be in a different place than what @kamden-rasmussen identified. @thaJeztah what do I need to do to get...
Possibly related to https://github.com/spring-projects/spring-framework/issues/34178
The issue remains on Spring Boot version 3.5.0. Setting `spring.http.reactiveclient.connector=jdk` does not fix it.
Hello @bclozel Appearently Spring is blocking the Event loop. Can we reopen this issue?
I went ahead and opened https://github.com/apollographql/apollo-cache-persist/pull/540. Should we keep this issue open until it's merged?
Patching with https://github.com/apollographql/apollo-client/pull/11570 also works for me, so it's probably related to https://github.com/apollographql/apollo-client/issues/9976
@jerelmiller sure. [Vitest "externalizes" all dependencies by default](https://vitest.dev/config/#server-deps-external). Don't ask me about the details but it can happen that [vitest loads multiple formats of the same package](https://github.com/vitest-dev/vitest/issues/747). When I read...