Skip to content

Commit f654c51

Browse files
committed
Resolve comments
1 parent 9901985 commit f654c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Azure.SignalR/ServerConnections/ServiceConnectionManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void SetServiceConnection(IServiceConnectionContainer serviceConnection)
2424

2525
public Task StartAsync()
2626
{
27-
return _serviceConnection?.StartAsync() ?? throw new ArgumentNullException(nameof(_serviceConnection));
27+
return _serviceConnection?.StartAsync() ?? throw new InvalidOperationException();
2828
}
2929

3030
public Task StopAsync()

0 commit comments

Comments
 (0)