This is necessary to avoid an error on passing a websocket_config without providing a subscription_messages value. Without websocket_config, this is currently working fine, but if websocket_config is not None, then there's an error about subscription_messages missing.
Apologies, this was a later change that didn't get caught by the tests.
This is necessary to avoid an error on passing a
websocket_config
without providing asubscription_messages
value. Withoutwebsocket_config
, this is currently working fine, but ifwebsocket_config
is notNone
, then there's an error aboutsubscription_messages
missing.Apologies, this was a later change that didn't get caught by the tests.