You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ECO-4285] Updated package.cake and io.ably.nuspec
- Updated cake script to handle deltacodec merge for netframework, iOS and android
- Updated tools.cake, made params quote safe
- Added explicit dependencies for each target in io.ably.nuspec
Copy file name to clipboardExpand all lines: src/IO.Ably.Shared/Realtime/ChannelMessageProcessor.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public Task<bool> MessageReceived(ProtocolMessage protocolMessage, RealtimeState
98
98
if(channel.State!=ChannelState.Attached)
99
99
{
100
100
Logger.Warning(
101
-
$"Channel #{channel.Name} is currently in #{channel.State} state. Messages received in this state are ignored. Ignoring ${protocolMessage.Messages?.Length??0} messages");
101
+
$"Channel #{channel.Name} is currently in #{channel.State} state. Messages received in this state are ignored. Ignoring {protocolMessage.Messages?.Length??0} messages");
0 commit comments