Skip to content

Commit

Permalink
Merge pull request #148 from MaceWindu/issue/fix-regression
Browse files Browse the repository at this point in the history
Fix regression in Connection.cs refactoring
  • Loading branch information
Sicos1977 authored Mar 12, 2024
2 parents f2dbfd3 + b2a2efd commit bd75efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChromiumHtmlToPdfLib/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private static void WebSocketOnMessageReceived(Logger? logger, Action<string> on
if (!string.IsNullOrEmpty(error))
logger?.WriteToLog(error!);

var messageBase = MessageBase.FromJson(response);
onMessageReceived(response);
}

private void OnMessageReceived(string response)
Expand Down

0 comments on commit bd75efd

Please sign in to comment.