選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Eggers Jan c7c1691d75 use raw buffer for frist connect msg then use buffered stream to read more efficient 7年前
..
Properties Add nuget support 7年前
ByteReaderTests.cs Add server implementation 7年前
ByteWriterTests.cs Add server implementation 7年前
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年前
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年前
MqttPacketSerializerTests.cs use raw buffer for frist connect msg then use buffered stream to read more efficient 7年前
MqttServerTests.cs Additional performance improvements 7年前
MqttSubscriptionsManagerTests.cs Add unit tests 7年前
TestMqttCommunicationAdapter.cs use raw buffer for frist connect msg then use buffered stream to read more efficient 7年前
TestMqttServerAdapter.cs Fixed build settings 7年前
TopicFilterComparerTests.cs Add server implementation 7年前