Mehdi
SignalR Blocking Issue: Infinite Wait When Calling a Method from Client
Here is my new code in a github repo:
https://github.com/mehdi-arch/okeygameserver
12 replies
SignalR Blocking Issue: Infinite Wait When Calling a Method from Client
Ok, I did an update of my code, with advice of @TeBeCo I used a Singleton and DI approach so here is my code re-written:
But I need to order the sendings of request to the client.
I thought about a Queue is this a good approach ?
12 replies