Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-05-25 19:21:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
725c4b025597ddcca0d66391bade99500d6a99a1
725c4b02
1 parent
f7ebb1c4
Updated 关于用户掉线的处理机制 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
关于用户掉线的处理机制.md
关于用户掉线的处理机制.md
View file @
725c4b0
...
...
@@ -69,7 +69,7 @@
command
=
requestCoursePage;//命令,采用异常崩溃退出的命令
}
```
教师端收到此消息后,提示:学生已重新连接(HUD 或 其他方式),重
发当前页面(即重新创建一个新的当前页面,根据以前的消息机制,教师会发这个新的页面到学生端),这样保持了学生,老师的同步也使页面动作重置
教师端收到此消息后,提示:学生已重新连接(HUD 或 其他方式),重
新创建当前页面,并把页面信息发给学生,使得师生端同步
######教师端
(1)教师端目前只给了网络的变化动态,恢复网络后未有重发机制。(教师端可手动滑动页面保持同步,没必要再做重发机制)
\ No newline at end of file
重新创建当前页面,并把页面信息发给学生,使得师生端同步
\ No newline at end of file
...
...
Please
register
or
login
to post a comment