Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
ce5b7b96
Commit
ce5b7b96
authored
Aug 19, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update socket connections
parent
ab79baf5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
121 additions
and
122 deletions
+121
-122
ygopro-server.coffee
ygopro-server.coffee
+60
-57
ygopro-server.js
ygopro-server.js
+59
-63
ygopro.coffee
ygopro.coffee
+1
-1
ygopro.js
ygopro.js
+1
-1
No files found.
ygopro-server.coffee
View file @
ce5b7b96
This diff is collapsed.
Click to expand it.
ygopro-server.js
View file @
ce5b7b96
This diff is collapsed.
Click to expand it.
ygopro.coffee
View file @
ce5b7b96
...
...
@@ -158,5 +158,5 @@ for name, declaration of structs_declaration
msg
:
1
code
:
2
}
if
client
client
.
end
()
if
client
client
.
destroy
()
if
client
return
\ No newline at end of file
ygopro.js
View file @
ce5b7b96
...
...
@@ -254,7 +254,7 @@
});
}
if
(
client
)
{
client
.
end
();
client
.
destroy
();
}
};
...
...
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