Skip to content

Commit 7930f12

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

labgrid/remote/exporter.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
from autobahn.asyncio.wamp import ApplicationRunner, ApplicationSession
1919

2020
from .config import ResourceConfig
21-
from .common import ResourceEntry, enable_tcp_nodelay
21+
from .common import ResourceEntry, enable_tcp_nodelay, monkey_patch_max_msg_payload_size_ws_option
2222
from ..util import get_free_port, labgrid_version
2323

2424

25+
monkey_patch_max_msg_payload_size_ws_option()
26+
2527
__version__ = labgrid_version()
2628
exports: Dict[str, Type[ResourceEntry]] = {}
2729
reexec = False

0 commit comments

Comments
 (0)