mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
message read length fix
This commit is contained in:
@ -22,4 +22,4 @@ def decode_uvarint(buff, index):
|
||||
break
|
||||
index += 1
|
||||
|
||||
return result, index
|
||||
return result, index + 1
|
||||
|
||||
Reference in New Issue
Block a user