79365993

Date: 2025-01-17 20:08:31
Score: 2
Natty:
Report link

Add the HubMethodNameAttribute on your interface method.

public interface IBroadcastHub
{
    [HubMethodName("Hello")]
    Task CurrentTimeAsync(DateTimeOffset time);
}
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Austin