Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
5bdf0971371ecfe73272228af5635f61ef3b9712
1 parent
a0896939
remove ws log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/ws.js
lib/ws.js
View file @
5bdf097
...
...
@@ -8,8 +8,8 @@ class Ws {
init
(
io
)
{
this
.
io
=
io
;
this
.
io
.
on
(
'connection'
,
this
.
onConn
);
this
.
io
.
of
(
'/building/log'
,
this
.
onBuildingLogConn
);
// this.io.on('connection', this.onConn);
// this.io.of('/building/log', this.onBuildingLogConn);
}
broadcast
(
path
,
msg
)
{
...
...
Please
register
or
login
to post a comment