Skip to content

Commit

Permalink
Make the XmppMessageSystem.BaseRunAsync private (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Sep 24, 2019
1 parent 9ed81ef commit 14a3e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emulsion/Xmpp/XmppMessageSystem.fs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type XmppMessageSystem(ctx: ServiceContext, cancellationToken: CancellationToken

let client = ref None

member __.BaseRunAsync r = base.RunAsync r
member private __.BaseRunAsync r = base.RunAsync r

override this.RunAsync receiver = async {
// This overload essentially wraps a base method with a couple of "use" statements.
Expand Down

0 comments on commit 14a3e91

Please sign in to comment.