Skip to content

Adding a new transport class to handle Phoenix channels #100

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

Merged
merged 25 commits into from
Sep 7, 2020
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5fd3e67
New transport class to handle Phoenix channels
leruaa Jun 6, 2020
f085373
Adding forgotten typing hints
leruaa Jun 7, 2020
5e6018e
Fix _handle_answer args order
leruaa Jun 7, 2020
e1eccbc
Better handle exceptions
leruaa Jun 7, 2020
aeb18ec
Simulate complete messages in _send_stop_message
leruaa Jun 8, 2020
9c87006
Cancel heartbeat task in _close_coro
leruaa Jun 8, 2020
b635138
Remove useless close override
leruaa Jun 8, 2020
b7bd5a3
Set a correct ref in the heartbeat message
leruaa Jun 17, 2020
0cb606f
Merge branch 'master' into feature-phoenix-channel
leruaa Jun 17, 2020
4d6de48
Adding unit tests for PhoenixChannelWebsocketsTransport exceptions
leruaa Jun 17, 2020
76fa98a
Increase PhoenixChannelWebsocketsTransport unit tests coverage
leruaa Jun 18, 2020
dd6101f
Better handle a case when there are multiple errors in a query
leruaa Jun 23, 2020
7047c3e
Merge branch 'master' into feature-phoenix-channel
leruaa Jun 29, 2020
33d51e6
Fix mypy errors
leruaa Jun 29, 2020
a571bd2
Merge branch 'master' into feature-phoenix-channel
leruaa Jun 29, 2020
c742487
Merge branch 'master' into feature-phoenix-channel
leruaa Jul 11, 2020
f0f62be
Update WebSocketServer to WebSocketServerHelper in test_websocket_non…
leruaa Jul 11, 2020
28ad41d
Adding doc on PhoenixChannelWebsocketsTransport
leruaa Jul 11, 2020
c10b851
Merge branch 'master' into feature-phoenix-channel
leruaa Aug 15, 2020
bd72e79
DSL: Fixed bug where a nested GraphQLInputObjectType is causing infin…
JBrVJxsc Aug 17, 2020
1a2dcec
Fix race condition in websocket transport close (#133)
leszekhanusz Aug 27, 2020
29f7f2b
add the data property in TransportQueryError (#136)
leszekhanusz Aug 28, 2020
3c82d1e
Fix running execute and subscribe of client in a Thread (#135)
leszekhanusz Sep 7, 2020
b4ab941
Allow to import PhoenixChannelWebsocketsTransport directly from gql &…
leszekhanusz Sep 7, 2020
bec8e66
Merge branch 'master' into feature-phoenix-channel
leszekhanusz Sep 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into feature-phoenix-channel
  • Loading branch information
leruaa authored Jun 29, 2020
commit a571bd27ecfbe858708007c110a00c41cbda901d

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.