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 313b287 commit 3c96b07Copy full SHA for 3c96b07
smpplib/client.py
@@ -43,7 +43,7 @@ class Client(object):
43
port = None
44
vendor = None
45
_socket = None
46
- sequence = 0
+ sequence = 1
47
48
def __init__(self, host, port, timeout=5):
49
"""Initialize"""
0 commit comments