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.
 
 
 
 
Eggers Jan c7c1691d75 use raw buffer for frist connect msg then use buffered stream to read more efficient 7 years ago
..
Properties Add nuget support 7 years ago
ByteReaderTests.cs Add server implementation 7 years ago
ByteWriterTests.cs Add server implementation 7 years ago
ExtensionTests.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
MQTTnet.Core.Tests.csproj 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
MqttPacketSerializerTests.cs use raw buffer for frist connect msg then use buffered stream to read more efficient 7 years ago
MqttServerTests.cs Additional performance improvements 7 years ago
MqttSubscriptionsManagerTests.cs Add unit tests 7 years ago
TestMqttCommunicationAdapter.cs use raw buffer for frist connect msg then use buffered stream to read more efficient 7 years ago
TestMqttServerAdapter.cs Fixed build settings 7 years ago
TopicFilterComparerTests.cs Add server implementation 7 years ago