Skip to content
Snippets Groups Projects
Commit 73e75e8d authored by jkerdreu's avatar jkerdreu
Browse files

Added a delay to avoid IPX800 error


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1889 b32b6428-25c9-4566-ad07-03861ab6144f
parent dc0d106e
Branches
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ class GW(gevent.Greenlet):
def send(self,data):
data = data + "\r\n"
self.sock.send(data.encode('utf-8'))
time.sleep(0.07)
def network_error(self,msg):
logger.info("Network Error IPX800: %s" %msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment