1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Fix EOF error

This commit is contained in:
mcrakhman 2024-07-30 20:57:43 +02:00
parent e70272d79f
commit 2b9a8ee4cc
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
9 changed files with 184 additions and 110 deletions

View file

@ -12,6 +12,8 @@ enum ErrCodes {
PeerIsNotResponsible = 5;
ReceiptIsInvalid = 6;
InvalidPayload = 7;
DuplicateRequest = 8;
TooManyRequestsFromPeer = 9;
ErrorOffset = 100;
}