-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using gqlapollotracing with subscriptions #10
Comments
same here |
Similar error with gqlopencensus: // ...
handler.Tracer(gql.NewMultiTracer(gqlopencensus.New(), gqllogger.New()))
// ... Dump:
|
facebook-github-bot
pushed a commit
to magma/magma
that referenced
this issue
Feb 6, 2020
Summary: Tracer crashes when called from subscriptions (see: 99designs/gqlgen-contrib#10). Reviewed By: idoshveki Differential Revision: D19742172 fbshipit-source-id: 3038c3187d693c93b71cba6cb63d07b595f4c5f6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've been using gqlapollotracing but lately when I started playing with subscriptions I realized the subscriptions only work when I don't use tracing, otherwise I get this error when I subscribe to a subscription and a value is sent through the chan:
Here's where I use tracing :
So for the moment I'm just gonna stop using it. I'll try digging into it If I have time.
Thanks for your work.
The text was updated successfully, but these errors were encountered: