Skip to content

Commit

Permalink
Update to SharpXMPP 0.0.2 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 20, 2019
1 parent fafd9c5 commit 4956dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Emulsion/Emulsion.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<PackageReference Include="Funogram" Version="1.1.3-alpha" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.2" />
<PackageReference Include="SharpXMPP" Version="0.0.1" />
<PackageReference Include="SharpXMPP" Version="0.0.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Emulsion/Xmpp/XmppClient.fs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let run (settings: XmppSettings) (client: XmppClient) (onMessage: IncomingMessag

client.add_Message handler
client.add_ConnectionFailed connectionFailedHandler
client.Connect()
do! Async.AwaitTask(client.ConnectAsync token)

do! Async.AwaitTask tcs.Task
finally
Expand Down

0 comments on commit 4956dab

Please sign in to comment.