Skip to content

Commit

Permalink
remote/coordinator: apply maxMessagePayloadSize monkey patch for Wamp…
Browse files Browse the repository at this point in the history
…WebSocketClientFactory.setProtocolOptions()

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Jan 17, 2024
1 parent 2c8cc73 commit 6bd531a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions labgrid/remote/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from ..util import atomic_replace, yaml


monkey_patch_max_msg_payload_size_ws_option()


class Action(Enum):
ADD = 0
DEL = 1
Expand Down

0 comments on commit 6bd531a

Please sign in to comment.