Skip to content

Commit a5db89c

Browse files
author
Elad Zelingher
committed
Removed unused field
1 parent 01b0dcf commit a5db89c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/net45/WampSharp/WAMP2/V2/Client/Session/WampSessionClient.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public class WampSessionClient<TMessage> : IWampSessionClientExtended,
1515
private static GoodbyeDetails EmptyGoodbyeDetails = new GoodbyeDetails();
1616
private static AuthenticateExtraData EmptyAuthenticateDetails = new AuthenticateExtraData();
1717

18-
private bool mConnectionBrokenRaised = false;
1918
private readonly IWampRealmProxy mRealm;
2019
private readonly IWampServerProxy mServerProxy;
2120
private long mSession;
@@ -204,8 +203,6 @@ public void OnConnectionError(Exception exception)
204203
SetOpenTaskErrorIfNeeded(exception);
205204

206205
OnConnectionError(new WampConnectionErrorEventArgs(exception));
207-
208-
mConnectionBrokenRaised = false;
209206
}
210207

211208
private void SetOpenTaskErrorIfNeeded(Exception exception)

0 commit comments

Comments
 (0)