79088156

Date: 2024-10-15 01:41:44
Score: 1
Natty:
Report link

This is a server side error when a code in one assembly tries to execute method in another assembly. According to the message it is not related to SignalR itself. The connection is closed because of server side exception. This could be because of inconsistent packages versions. I'd suggest to check if the major versions are 7 for both the Microsoft.AspNetCore.SignalR.Common and Microsoft.AspNetCore.SignalR.Protocols.Json packages.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: AlexU