Wat is the meaning of error message "Connection started reconnecting before the invocation result was received"?
This error message indicates a temporary loss of connection during an invocation from the client to the web server. SignalR then tries to reconnect, but because the server still has an invocation pending this error message appears.
You can generally ignore the error message and try to perform the action again, e.g. completing an assignment.
0
0