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.
121
Commits
2
Branches
8.2 MiB
C#
97.3%
PowerShell
1.2%
HTML
0.9%
CSS
0.4%
Tree:
285c70f24f
master
release/3.x.x
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '285c70f24f'
${ noResults }
MQTTnet
/
MQTTnet.Core
/
Internal
History
Eggers Jan
6c7e70f78a
use blockingcollection for pipelining
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