-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problem running example #6
Comments
Hi,
|
My bad. I missed that. |
@lindroth if you are interested in this feature you can support these PR's: |
Already on it. I found them after starting digging. |
@lindroth I would definitively use graph-gophers/graphql-go over any other graphQL Go library. That being said, if you must have GraphQL Subscriptions (production ready) I don't think there is a good option right now and that's why I've been contributing. Hopefully that changes shortly. |
When I try to run the example I get:
go run main.go
github.com/matiasanaya/go-graphql-subscription-example/graphqlwshandler
graphqlwshandler/handler.go:54:20: h.schema.Subscribe undefined (type *graphql.Schema has no field or method Subscribe)
graphqlwshandler/handler.go:66:24: select case must be receive, send or assign recv
The text was updated successfully, but these errors were encountered: