Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 15, 2023
2 parents dc01b1d + 2d2c202 commit 207ca7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class WSXCtx:
""" Details of a message received from a WebSocket outgoing connection.
"""
type = None
invoke_service:'callable_'

def __init__(self, config:'strdict', conn:'OutconnWSXWrapper') -> 'None':
self.config = config
Expand Down

0 comments on commit 207ca7c

Please sign in to comment.