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
welcome
2016-04-19 12:15:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5525c9337d9a6e734d3ee9da03600f6114f9ef79
5525c933
1 parent
7c3249e3
把命令改成和异常退出一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
在线授课断网然后再恢复页面同步处理.md
在线授课断网然后再恢复页面同步处理.md
View file @
5525c93
...
...
@@ -3,11 +3,10 @@
(1)断网后给断网提示,恢复网络后发送消息到教师端,格式如下:
```
{
command
=
studentResumeNetwork;//命令
id
=
64435;//学生id
command
=
requestCoursePage;//命令,采用异常崩溃退出的命令
type
=
flow;
}
```
教师端收到此消息后,
可选择
重发当前页面(即重新创建一个新的当前页面,根据以前的消息机制,教师会发这个新的页面到学生端),这样保持了学生,老师的同步也使页面动作重置
教师端收到此消息后,重发当前页面(即重新创建一个新的当前页面,根据以前的消息机制,教师会发这个新的页面到学生端),这样保持了学生,老师的同步也使页面动作重置
######教师端
(1)教师端目前只给了网络的变化动态,恢复网络后未有重发机制。(教师端可手动滑动页面保持同步,没必要再做重发机制)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment