From 6f5a286ff48d6c763a6a1a2a0f7b5bfe5fcad6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anis=20Alibegi=C4=87?= Date: Thu, 30 Sep 2021 09:14:12 +0200 Subject: [PATCH] Fixed #71. --- lib/src/json_hub_protocol.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/json_hub_protocol.dart b/lib/src/json_hub_protocol.dart index e905b5b..676aa94 100644 --- a/lib/src/json_hub_protocol.dart +++ b/lib/src/json_hub_protocol.dart @@ -75,7 +75,7 @@ class JsonHubProtocol implements HubProtocol { logging!( LogLevel.information, 'Unknown message type \'' + - parsedMessage!.type.toString() + + messageType.toString() + '\' ignored.'); continue; }