We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a204bc0 commit f677384Copy full SHA for f677384
libsignal-service-dotnet/websocket/ISignalWebSocket.cs
@@ -10,7 +10,7 @@ namespace libsignalservice.websocket
10
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
11
public class SignalWebSocketMessageReceivedEventArgs
12
{
13
- public Stream Message { get; set; }
+ public byte[] Message { get; set; }
14
}
15
16
public class SignalWebSocketClosedEventArgs
0 commit comments