2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +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

View File

@ -41,5 +41,6 @@ public enum ExceptionCode : ushort
AlreadyListened,
AlreadyUnlistened,
NotListenable,
ParseError
ParseError,
Timeout
}