Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Jan 23, 2023
1 parent fe48c0e commit eedf430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs/remote/src/FASTER.server/ServerSessionBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public ServerSessionBase(INetworkSender networkSender)
/// <summary>
/// Dispose
/// </summary>
public virtual void Dispose() => networkSender.Dispose();
public virtual void Dispose() => networkSender?.Dispose();
}
}

0 comments on commit eedf430

Please sign in to comment.