Skip to content

Commit

Permalink
remote/exporter: apply maxMessagePayloadSize monkey patch for WampWeb…
Browse files Browse the repository at this point in the history
…SocketClientFactory.setProtocolOptions()

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Jan 17, 2024
1 parent 6bd531a commit 7930f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion labgrid/remote/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
from autobahn.asyncio.wamp import ApplicationRunner, ApplicationSession

from .config import ResourceConfig
from .common import ResourceEntry, enable_tcp_nodelay
from .common import ResourceEntry, enable_tcp_nodelay, monkey_patch_max_msg_payload_size_ws_option
from ..util import get_free_port, labgrid_version


monkey_patch_max_msg_payload_size_ws_option()

__version__ = labgrid_version()
exports: Dict[str, Type[ResourceEntry]] = {}
reexec = False
Expand Down

0 comments on commit 7930f12

Please sign in to comment.