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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117
Commits
2
Branches
8.2 MiB
C#
97.3%
PowerShell
1.2%
HTML
0.9%
CSS
0.4%
Tree:
473c8e0a15
master
release/3.x.x
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '473c8e0a15'
${ noResults }
MQTTnet
/
MQTTnet.Core
/
Internal
History
Eggers Jan
090e59e99a
unfifed timeout handling and fixed memory usage due to Task.Delay tasks for each send package are present for the duration of the timeout resulting in memory usage. new approach uses cancellationtoken that will be cleaned up directly if operation completes before timeout
7 years ago
..
AsyncAutoResetEvent.cs
Fix breaking changes.
7 years ago
MqttApplicationMessageExtensions.cs
Add an event to receive all application messages at server level.
7 years ago
TaskExtensions.cs
unfifed timeout handling and fixed memory usage due to Task.Delay tasks for each send package are present for the duration of the timeout resulting in memory usage. new approach uses cancellationtoken that will be cleaned up directly if operation completes before timeout
7 years ago