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-03-24 09:46:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f57b94e6413d721fd5130344557cf4f2a1d2ae3c
f57b94e6
1 parent
476e3344
Updated 错误处理列表 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
错误处理列表.md
错误处理列表.md
View file @
f57b94e
...
...
@@ -3,5 +3,11 @@
*
学生或者教师在上课过程中,程序进入后台
*
学生或者教师收到了来自非上课对象的消息
*
用户在进行页面互动的时候,收到了和期待顺序不符的消息。(已有处理方案,参见
[
消息顺序保证方案
](
远程教学之消息顺序保证机制
)
)
*
学生没有收到推送的信息,或者推送信息的到达过久。
*
用户通过腾讯云发送的信息发送失败。(已有初步的处理方案,参见
[
错误处理机制
](
错误处理机制
)
)
\ No newline at end of file
*
学生没有收到推送的信息,或者推送信息的到达过久。(同下面钟衍辉提出的错误情况类似)
*
用户通过腾讯云发送的信息发送失败。(已有初步的处理方案,参见
[
错误处理机制
](
错误处理机制
)
)
#### 钟衍辉
*
对于安卓版,程序在后台杀掉后,无法接受推送消息。
```
可能的处理方案,在发推送的时候,也采用发短信的方式来提醒用户打开程序上课。
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment