Skip to content

Commit

Permalink
Add PingInterval default
Browse files Browse the repository at this point in the history
  • Loading branch information
budcribar committed Feb 24, 2024
1 parent 6110a26 commit aa18e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RemoteBlazorWebView/RemoteBlazorWebViewWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class RemoteBlazorWebViewWindow : PhotinoWindow, IBlazorWebView
}

public Uri? GrpcBaseUri { get; set; }
public uint PingIntervalSeconds { get; set; }
public uint PingIntervalSeconds { get; set; } = 30;

public event EventHandler<ConnectedEventArgs>? Connected;
public event EventHandler<DisconnectedEventArgs>? Disconnected;
Expand Down

0 comments on commit aa18e38

Please sign in to comment.