nathanAjacobs
Explore posts from serversWould this AsyncQueue have issues with multiple producers and a single consumer?
Yeah that is what I thought, I think there are no issues.
I think it would only be a problem if there were multiple consumers since I think the semaphore and dequeue operation could get out of sync
18 replies
How can I reference multiple generics in summary?
So this is definitely a hack, as it requires a non generic type to exist and it obviously links to that non generic type if clicked on. This at least gets the highlighting correct though in the summary when hovering over the method in Visual Studio.
14 replies
Reccomended approach for sending messages from ASP.NET backend server to TypeScript web front-end?
Okay cool thanks, my initial thought was also SignalR, but I was looking into gRPC a bit because it could essentially generate the message classes from a protobuf file in both C# and TypeScript.
Not sure if SignalR has similar capability in this regard.
10 replies