58e4087d4b
* Add config params for websocket ping_timeout & ping_interval * Include changelog * Pass websocket config values to WebSocketProtocol init, test * Linting * Improve docs Co-authored-by: shawnhill <shawn.hill@equipmentshare.com>
3 lines
182 B
ReStructuredText
3 lines
182 B
ReStructuredText
Adds WEBSOCKET_PING_TIMEOUT and WEBSOCKET_PING_INTERVAL configuration values
|
|
|
|
Allows setting the ping_interval and ping_timeout arguments when initializing `WebSocketCommonProtocol`. |