Bo Chen

Results 1 issues of Bo Chen

``` def _run(self): while self.quit == 0: try: self.dll.CallDispatch(self.hSimConnect, self.my_dispatch_proc_rd, None) time.sleep(.002) except OSError as err: print("OS error: {0}".format(err)) ``` Line 177 of SimConnect.py would cause infinite loop if sim...