Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
06e8e2ba
Commit
06e8e2ba
authored
Jul 09, 2018
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix debug build
parent
48730b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
DebuggingAids.cs
StackExchange.Redis/StackExchange/Redis/DebuggingAids.cs
+2
-7
No files found.
StackExchange.Redis/StackExchange/Redis/DebuggingAids.cs
View file @
06e8e2ba
...
@@ -152,17 +152,12 @@ public partial class ConnectionMultiplexer
...
@@ -152,17 +152,12 @@ public partial class ConnectionMultiplexer
public
partial
class
SocketManager
public
partial
class
SocketManager
{
{
partial
void
ShouldIgnoreConnect
(
ISocketCallback
callback
,
ref
bool
ignore
)
partial
void
ShouldIgnoreConnect
(
PhysicalConnection
callback
,
ref
bool
ignore
)
{
{
ignore
=
callback
.
IgnoreConnect
;
ignore
=
callback
.
IgnoreConnect
;
}
}
}
}
internal
partial
interface
ISocketCallback
{
bool
IgnoreConnect
{
get
;
}
}
internal
partial
class
PhysicalBridge
internal
partial
class
PhysicalBridge
{
{
internal
void
SimulateConnectionFailure
()
internal
void
SimulateConnectionFailure
()
...
@@ -185,7 +180,7 @@ internal partial class PhysicalConnection
...
@@ -185,7 +180,7 @@ internal partial class PhysicalConnection
}
}
}
}
bool
ISocketCallback
.
IgnoreConnect
=>
Multiplexer
.
IgnoreConnect
;
public
bool
IgnoreConnect
=>
Multiplexer
.
IgnoreConnect
;
private
static
volatile
bool
emulateStaleConnection
;
private
static
volatile
bool
emulateStaleConnection
;
public
static
bool
EmulateStaleConnection
public
static
bool
EmulateStaleConnection
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment