浏览代码

Fix typo.

release/3.x.x
Christian Kratky 6 年前
父节点
当前提交
35300abfb5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Source/MQTTnet/Implementations/MqttTcpChannel.Uwp.cs

+ 1
- 1
Source/MQTTnet/Implementations/MqttTcpChannel.Uwp.cs 查看文件

@@ -156,7 +156,7 @@ namespace MQTTnet.Implementations
{
// Attention! Do not set the buffer for the read method. This will
// limit the internal buffer and the read operation will hang forever
// is more data than the buffer size was received.
// if more data than the buffer size was received.
_readStream = _socket.InputStream.AsStreamForRead();

_writeStream = _socket.OutputStream.AsStreamForWrite(_bufferSize);


正在加载...
取消
保存