We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f140fd commit c033cc9Copy full SHA for c033cc9
1 file changed
manager/manager/launcher/launcher_gzsim.py
@@ -59,6 +59,7 @@ class LauncherGzsim(ILauncher):
59
height: int
60
width: int
61
running: bool = False
62
+ acceptsMsgs: bool = False
63
threads: List[Any] = []
64
gz_vnc: Any = Vnc_server()
65
0 commit comments