allowing custom rpc messages to be sent
This commit is contained in:
@@ -19,6 +19,8 @@ class RPCMessageType(Enum):
|
||||
|
||||
STRATEGY_MSG = 'strategy_msg'
|
||||
|
||||
CUSTOM_MSG = "custom_msg"
|
||||
|
||||
def __repr__(self):
|
||||
return self.value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user