Skip to content

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
marve committed May 8, 2024
1 parent 0bf756d commit 3365bf2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public async Task<SubscribeResult> Subscribe(MqttSubscribePacket subscribePacket
throw new ArgumentNullException(nameof(subscribePacket));
}

var retainedApplicationMessages = await _retainedMessagesManager.GetMessages().ConfigureAwait(false);
var result = new SubscribeResult(subscribePacket.TopicFilters.Count);

var addedSubscriptions = new List<string>();
Expand Down

0 comments on commit 3365bf2

Please sign in to comment.