OrleansContrib / SignalR.Orleans

SignalR backend based on Orleans.
MIT License
295 stars 64 forks source link

feat(debug): add debug logs for diagnosing issues #74

Closed stephenlautier closed 5 years ago

stephenlautier commented 5 years ago

Add some useful debug logs when diagnosing issues.

Reason: Currently, we are having an issue that we are sending a message to a group and the connection is receiving the message multiple times on the client; however in our logs, we are sending it once, so a log like this would be super useful in this case to further diagnose this problem.

Features

Docs