Procházet zdrojové kódy

Fix typo.

release/3.x.x
Christian Kratky před 6 roky
rodič
revize
35300abfb5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Source/MQTTnet/Implementations/MqttTcpChannel.Uwp.cs

+ 1
- 1
Source/MQTTnet/Implementations/MqttTcpChannel.Uwp.cs Zobrazit soubor

@@ -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);


Načítá se…
Zrušit
Uložit