dnks: FIX IN REPONSE TO SYMBOL SWITCHING CAUSING A AsyncVNCClient.connect ERROR
🟢 piker/brokers/ib/_util.py - New utility script added 🛠️ vnc_click_hack -> Refactored to initialize VNC client outside context 🛠️ client connection -> Simplified by removing crash handler context 🛠️ moved client movement -> Now inside async with block for proper cleanup 🛠️ added comments -> Clarified screen position and hotkey actionsmacos_fixed_with_readme
parent
b6e4630148
commit
5e3cd1fc6b
|
@ -221,7 +221,6 @@ async def vnc_click_hack(
|
|||
'connection': 'r'
|
||||
}[reset_type]
|
||||
|
||||
with tractor.devx.open_crash_handler():
|
||||
client = await AsyncVNCClient.connect(
|
||||
VNCConfig(
|
||||
host=host,
|
||||
|
|
Loading…
Reference in New Issue