Skip to content

Commit c24f705

Browse files
committed
Wrong stream again
1 parent bc97372 commit c24f705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net45/Default/WampSharp.Windows/Windows/MessageWebSocketBinaryConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected override async void OnMessageReceived(MessageWebSocket sender, Message
3131

3232
memoryStream.Position = 0;
3333

34-
WampMessage<TMessage> message = mBinaryBinding.Parse(stream);
34+
WampMessage<TMessage> message = mBinaryBinding.Parse(memoryStream);
3535

3636
RaiseMessageArrived(message);
3737
}

0 commit comments

Comments
 (0)