We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c6ec5 commit e88c41dCopy full SHA for e88c41d
pymodbus/compat.py
@@ -51,7 +51,9 @@
51
# module renames
52
# ----------------------------------------------------------------------- #
53
import socketserver
54
-
+ # #609 monkey patch for socket server memory leaks
55
+ # Refer https://bugs.python.org/issue37193
56
+ socketserver.ThreadingMixIn.daemon_threads = True
57
58
# decorators
59
0 commit comments