Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
ops
coco
Commits
74e8c91e
Commit
74e8c91e
authored
Dec 04, 2017
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Feature] 修改terminate session 功能
parent
7227baa8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
session.py
coco/session.py
+5
-0
tasks.py
coco/tasks.py
+1
-1
No files found.
coco/session.py
View file @
74e8c91e
...
...
@@ -79,6 +79,11 @@ class Session:
self
.
sel
.
unregister
(
sharer
)
self
.
_sharers
.
remove
(
sharer
)
def
terminate
(
self
):
msg
=
b
"Terminate by administrator
\r\n
"
self
.
client
.
send
(
msg
)
self
.
close
()
def
bridge
(
self
):
"""
Bridge clients with server
...
...
coco/tasks.py
View file @
74e8c91e
...
...
@@ -24,7 +24,7 @@ class TaskHandler:
break
if
session
:
session
.
clos
e
()
session
.
terminat
e
()
self
.
app
.
service
.
finish_task
(
task
.
id
)
def
handle
(
self
,
task
):
...
...
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