Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
colanconnon committed Jan 11, 2018
1 parent fcb5976 commit 9546900
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions graphql_ws/django_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ def on_stop(self, connection_context, op_id):


class GraphQLSubscriptionConsumer(JsonWebsocketConsumer):
# Set to True to automatically port users from HTTP cookies
# (you don't need channel_session_user, this implies it)
http_user_and_session = True

# Set to True if you want it, else leave it out
strict_ordering = True

def connect(self, message, **kwargs):
Expand Down

0 comments on commit 9546900

Please sign in to comment.