← Back
Milan Jovanovic June 9, 2025 28s

Don't use WEAK SignalR Hubs

Summary

The transcript discusses creating strongly typed signals or hubs in tech development, focusing on defining interfaces that represent client methods for a hub. By specifying a client interface as a generic argument, developers can limit hub interactions to only the methods exposed in that interface. This approach provides more precise and controlled communication between clients and hubs, enhancing type safety and code predictability.

View original episode ↗