Rafał Pitoń
Rafał Pitoń
I've given this some attention and found that Kafka backend is hanging withing `next_published`, with `await self._consumer.getone()` never returning.
@aforwardz can you share the error? I never reproduced the problem that LingCn reported.
Thanks. Is this on master or forum running with misago-docker?
As mentioned by @patrys, the shape of `results.errors` is something described by spec. It's possible to extend those with additional information, and I know that Apollo server mentions this and...
Ariadne is not implementing any router that would check the URL and make such redirect. Are you mounting it under FastAPI or Starlette?
This is behaviour of Starlette's router that FastAPI also uses. Your usecase is even explicitly mentioned here: https://github.com/encode/starlette/issues/869
Having raced some more with Stella I am not sure if those peds dropping dead weren't caused by different bug and its just coincidence that Stella was nearby. I'll see...
Looks like this is not specific to transparency. Here's fourth race in Splat Pack, and smoke is drawn behind all geometry:
I'll try compiling the game locally to get proper backtrace in dev build, but I don't know when I'll have time for that.
Okay, I'll try with lldb and come back to you.