Skip to content

Commit

Permalink
!T Removing service check
Browse files Browse the repository at this point in the history
  • Loading branch information
pr8x committed Feb 16, 2020
1 parent 625faf9 commit ad46e01
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ private async ValueTask EnsureConnection()
var isConnected = await
Connection.Session.IsServiceActiveAsync(NotificationsService);

if (!isConnected)
{
throw new InvalidOperationException($"Unable to connect to {NotificationsService}");
}
// if (!isConnected)
// {
// throw new InvalidOperationException($"Unable to connect to {NotificationsService}");
// }

_actionWatcher ??= await _proxy.WatchActionInvokedAsync(
OnNotificationActionInvoked,
Expand Down

0 comments on commit ad46e01

Please sign in to comment.