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
a8fb4be6
Commit
a8fb4be6
authored
Apr 30, 2015
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show the manager state
parent
583cf5f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
PhysicalConnection.cs
...kExchange.Redis/StackExchange/Redis/PhysicalConnection.cs
+5
-1
[Content_Types].xml
packages/Moq.4.2.1502.0911/[Content_Types].xml
+1
-0
No files found.
StackExchange.Redis/StackExchange/Redis/PhysicalConnection.cs
View file @
a8fb4be6
...
...
@@ -185,7 +185,11 @@ public void RecordConnectionFailed(ConnectionFailureType failureType, Exception
+
", keep-alive: "
+
bridge
.
ServerEndPoint
.
WriteEverySeconds
+
"s, pending: "
+
bridge
.
GetPendingCount
()
+
", state: "
+
oldState
+
", last-heartbeat: "
+
(
lastBeat
==
0
?
"never"
:
(
unchecked
(
now
-
lastBeat
)
/
1000
+
"s ago"
))
+
(
bridge
.
IsBeating
?
" (mid-beat)"
:
""
)
+
", last-mbeat: "
+
multiplexer
.
LastHeartbeatSecondsAgo
+
"s ago, global: "
+
ConnectionMultiplexer
.
LastGlobalHeartbeatSecondsAgo
+
"s ago"
;
+
ConnectionMultiplexer
.
LastGlobalHeartbeatSecondsAgo
+
"s ago"
#if !__MonoCS__
+
", mgr: "
+
bridge
.
Multiplexer
.
SocketManager
.
State
#endif
;
var
ex
=
innerException
==
null
?
new
RedisConnectionException
(
failureType
,
message
)
...
...
packages/Moq.4.2.1502.0911/[Content_Types].xml
0 → 100644
View file @
a8fb4be6
<?xml version="1.0" encoding="utf-8"?>
<Types
xmlns=
"http://schemas.openxmlformats.org/package/2006/content-types"
><Default
Extension=
"rels"
ContentType=
"application/vnd.openxmlformats-package.relationships+xml"
/><Default
Extension=
"nuspec"
ContentType=
"application/octet"
/><Default
Extension=
"dll"
ContentType=
"application/octet"
/><Default
Extension=
"xml"
ContentType=
"application/octet"
/><Default
Extension=
"psmdcp"
ContentType=
"application/vnd.openxmlformats-package.core-properties+xml"
/></Types>
\ No newline at end of file
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