This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
MQTTnet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix bugs
release/3.x.x
Christian Kratky
7 years ago
parent
67267c05fd
commit
d22528ca46
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
MQTTnet.Core/Server/MqttClientRetainedMessagesManager.cs
+ 5
- 0
MQTTnet.Core/Server/MqttClientRetainedMessagesManager.cs
View File
@@ -20,6 +20,11 @@ namespace MQTTnet.Core.Server
public async Task LoadMessagesAsync()
{
if (_options.Storage == null)
{
return;
}
try
{
var retainedMessages = await _options.Storage.LoadRetainedMessagesAsync();
Write
Preview
Loading…
Cancel
Save