-
Notifications
You must be signed in to change notification settings - Fork 405
Open
Description
Hi,
I'm not sure why named pipe or not connections do not use the same default timeout:
DefaultTimeout = TimeSpan.Equals(default, defaultTimeout) ? TimeSpan.FromSeconds(100) : defaultTimeout;
NamedPipeConnectTimeout = TimeSpan.Equals(default, namedPipeConnectTimeout) ? TimeSpan.FromMilliseconds(100) : namedPipeConnectTimeout;A ratio of 1000 looks like a typo, should named pipe default be 100s as well? (100ms is quite low to be honest)
Metadata
Metadata
Assignees
Labels
No labels