Skip to content

Commit 6bd531a

Browse files
remote/coordinator: apply maxMessagePayloadSize monkey patch for WampWebSocketClientFactory.setProtocolOptions()
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent 2c8cc73 commit 6bd531a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

labgrid/remote/coordinator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
from ..util import atomic_replace, yaml
2020

2121

22+
monkey_patch_max_msg_payload_size_ws_option()
23+
24+
2225
class Action(Enum):
2326
ADD = 0
2427
DEL = 1

0 commit comments

Comments
 (0)