Skip to content

Commit c2f7dee

Browse files
committed
Merge branch 'master' into fix_aiohttp_wait_for_closed_connections
2 parents f2c5666 + 7f402c8 commit c2f7dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gql/transport/websockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def __init__(
203203
self.close_exception: Optional[Exception] = None
204204

205205
self.supported_subprotocols = [
206-
self.GRAPHQLWS_SUBPROTOCOL,
207206
self.APOLLO_SUBPROTOCOL,
207+
self.GRAPHQLWS_SUBPROTOCOL,
208208
]
209209

210210
async def _send(self, message: str) -> None:

0 commit comments

Comments
 (0)