Skip to content

Commit

Permalink
No endless publish wait and MQTTnet update (#47)
Browse files Browse the repository at this point in the history
* Publish(): no endless wait for PublishAsync()

* MQTTnet update V4.1.1 -> V4.1.3 (but please not dotnet/MQTTnet#1584)
  • Loading branch information
AndreasFoerster committed Nov 29, 2022
1 parent 576a9df commit 1dbd39d
Show file tree
Hide file tree
Showing 9 changed files with 1,101 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion src/Broker/Broker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MQTTnet">
<Version>4.1.1.318</Version>
<Version>4.1.3.436</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Broker/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"MQTTnet": {
"type": "Direct",
"requested": "[4.1.1.318, )",
"resolved": "4.1.1.318",
"contentHash": "k1a7CGmWZv97hMuokI7hmqCqjs07/gJ+UtRKYYJkvph0wkSJBO0HAuLV8OOPPiM6BZnDYvy65/Y8EuNKjZqCng=="
"requested": "[4.1.3.436, )",
"resolved": "4.1.3.436",
"contentHash": "nJ3olWosTucUhsnzjb2Q/zI0TYLd7pHBO/Q1ZnTSwtsROnSaiIPmWteJcjHJ/0kUQcCQ+WWZRhA4S4VJjircVQ=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down Expand Up @@ -309,7 +309,7 @@
"opc.ua.pubsub.dotnet.client": {
"type": "Project",
"dependencies": {
"MQTTnet": "[4.1.1.318, )",
"MQTTnet": "[4.1.3.436, )",
"Microsoft.Extensions.Configuration.Binder": "[6.0.0, )",
"Microsoft.Extensions.Configuration.CommandLine": "[6.0.0, )",
"Microsoft.Extensions.Configuration.Json": "[6.0.0, )",
Expand Down
Loading

0 comments on commit 1dbd39d

Please sign in to comment.