Skip to content

Commit 6672202

Browse files
author
Ochir Darmaev
committed
fix Reconnecting state
1 parent e877c1d commit 6672202

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Src/SocketIoClientDotNet.net45/Client/Manager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ private void Cleanup()
402402
{
403403
sub.Destroy();
404404
}
405+
Reconnecting = false;
405406
}
406407

407408
public void Close()

Src/SocketIoClientDotNet.net45/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.0.8")]
35-
[assembly: AssemblyFileVersion("1.0.8")]
34+
[assembly: AssemblyVersion("1.0.8.1")]
35+
[assembly: AssemblyFileVersion("1.0.8.1")]

0 commit comments

Comments
 (0)