Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ChromeDevTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FrameIT
ChromeDevTools
Commits
cae37cff
Commit
cae37cff
authored
8 years ago
by
Kevin Prudente
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #16 from quamotion/fixes/disconnect
Fixed Disconnect Every 60 Seconds
parents
8ea5f34f
f1986360
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
source/ChromeDevTools/ChromeSession.cs
+1
-0
1 addition, 0 deletions
source/ChromeDevTools/ChromeSession.cs
with
2 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
cae37cff
...
...
@@ -144,6 +144,7 @@ publish/
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
*.project.lock.json
# Windows Azure Build Output
csx/
...
...
This diff is collapsed.
Click to expand it.
source/ChromeDevTools/ChromeSession.cs
+
1
−
0
View file @
cae37cff
...
...
@@ -61,6 +61,7 @@ namespace MasterDevs.ChromeDevTools
_openEvent
.
Reset
();
_webSocket
=
new
WebSocket
(
_endpoint
);
_webSocket
.
EnableAutoSendPing
=
false
;
_webSocket
.
Opened
+=
WebSocket_Opened
;
_webSocket
.
MessageReceived
+=
WebSocket_MessageReceived
;
_webSocket
.
Error
+=
WebSocket_Error
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment