graphql-python / graphql-python/graphql-ws

Flask SocketIO Implementation

未关闭
#50 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
270
派生
85
PR 合并指标
30 天内没有已合并 PR

描述

* GraphQL AioWS version: 0.3.1
* Python version: 3.7
* Operating System: MacOS 10.15.5

### Description

I have the flask subscription example up and running and everything worked perfect. I'm trying to get it to work using flask socketio without any luck. Has anybody else ran into this using flask socketio? I feel like it's probably really obvious but I've searched pretty extensively with no luck.

Here is the original flask example(I left out the rest of the file since it's identical to the example) with the flask sockets commented out.

#sockets = Sockets(app)
socket_io = SocketIO(app)

# @sockets.route('/subscriptions')
# def echo_socket(ws):
# subscription_server.handle(ws)
# return []

@socket_io.on('subscriptions', namespace='/subscriptions')
def echo_socket(ws):
subscription_server.handle(ws)
return []

There was no errors, but also nothing returned in GraphiQL when I tested the subscription.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。