Merge pull request #772 from oldoldjiang/fixRsReconIssue

fix ISSUE 750
This commit is contained in:
vn.py 2018-03-08 09:31:40 +08:00 committed by GitHub
commit d2f80c86c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,4 +104,9 @@ class MainEngineProxy(object):
def getApp(self, name):
"""获取应用引擎对象"""
return self.__getattr__(name)
#----------------------------------------------------------------------
def exit(self):
self.eventEvent.stop()
if self.client:
self.client.stop()