2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-05-02 15:48:43 +00:00

AutoReconnect

This commit is contained in:
2022-08-11 21:28:16 +03:00
parent af94ce318a
commit 21a2061fc4
12 changed files with 355 additions and 154 deletions
+2 -1
View File
@@ -41,5 +41,6 @@ public enum ExceptionCode : ushort
AlreadyListened,
AlreadyUnlistened,
NotListenable,
ParseError
ParseError,
Timeout
}