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 10:54:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bfe9e55101d8bc22efddd3ab65ca86ae6373bff1
bfe9e551
1 parent
aef340f0
Created 在线授课断网然后再恢复页面同步处理 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
在线授课断网然后再恢复页面同步处理.md
在线授课断网然后再恢复页面同步处理.md
0 → 100644
View file @
bfe9e55
##在线授课断网然后再恢复页面同步处理
######学生端
(1)断网后给断网提示,恢复网络后发送消息到教师端,格式如下:
```
{
command
=
studentResumeNetwork;
id
=
64435;
type
=
flow;
}
```
教师端收到此消息后,可选择重发当前页面(即重新创建一个新的当前页面,根据以前的消息机制,教师会发这个新的页面到学生端),这样保持了学生,老师的同步也使页面动作重置
######教师端
(1)教师端目前只给了网络的变化动态,恢复网络后未有重发机制。(教师端可手动滑动页面保持同步,没必要再做重发机制)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment