elderapo
elderapo
Any chance we can get this merged? :)
[Here](https://github.com/elderapo/graphql-subscription-bug) is a minimal reproducible repo. For some reason for anonymous subscriptions `root` value passed to subscriptions resolver is `undefined`. It's working just fine with named subscriptions.
Ok, so a few observations: - Seems like this is not a bug in `graphql-subscriptions` package. - `graphql-playground` client sends an http request instead of opening a new websocket connection...
Any update on this? :eyes:
Doesn't work with `InversifyJS` ```typescript import "@abraham/reflection"; import { Container, injectable } from "inversify"; const myContainer = new Container(); const TYPES = { Ninja: Symbol("Ninja") }; @injectable() class Ninja {}...
Oh.. I just realized I made a mess by including pull request with windows support as well. Will try to fix it asap.
I did my best to clear the mess I made. If it's still not acceptable let me know and I will just open a new "clear" pull request.
Upload that map somewhere so other people can test it aswell. Honeslty I never experienced something like this and never heard of similar thing happen to anyone else.
Logs from the backup container: ```bash Create Google Drive service-account.json file. Create rclone.conf file. I0513 00:00:53.995893 1 deleg.go:130] sidecar "msg"="environment is not set" "key"="MY_SERVER_ID_OFFSET" I0513 00:00:53.996029 1 deleg.go:130] sidecar "msg"="environment...
Ok so... The issue is caused by old version of `xtrabackup`. I've managed to get it fixed by building my custom side container image: ```Dockerfile FROM bitpoke/mysql-operator-sidecar-8.0:v0.6.2 USER root RUN...