Rxjava2背压管理策略指定不同线程Demo日志

观察者和被观察者分别运行在不同线程即异步订阅方式

.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())

ERROR:

自动接收10

06-04 19:26:43.927 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257开始发射数据1559647603937
06-04 19:26:43.927 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->0
06-04 19:26:43.947 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->1
06-04 19:26:43.957 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->2
06-04 19:26:43.967 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->3
06-04 19:26:43.967 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->0
06-04 19:26:43.977 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->4
06-04 19:26:43.987 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->5
06-04 19:26:43.987 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->1
06-04 19:26:43.997 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->6
06-04 19:26:44.007 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->2
06-04 19:26:44.007 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->7
06-04 19:26:44.017 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->8
06-04 19:26:44.027 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->3
06-04 19:26:44.027 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->9
06-04 19:26:44.037 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->10
06-04 19:26:44.047 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->4
06-04 19:26:44.057 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->11
06-04 19:26:44.067 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->12
06-04 19:26:44.067 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->5
06-04 19:26:44.077 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->13
06-04 19:26:44.087 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->14
06-04 19:26:44.087 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->6
06-04 19:26:44.097 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->15
06-04 19:26:44.107 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->16
06-04 19:26:44.117 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->7
06-04 19:26:44.117 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->17
06-04 19:26:44.127 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->18
06-04 19:26:44.137 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->8
06-04 19:26:44.137 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->19
06-04 19:26:44.147 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->20
06-04 19:26:44.157 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1接收---------->9
06-04 19:26:44.167 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->21
06-04 19:26:44.177 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->22
06-04 19:26:44.187 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->23
06-04 19:26:44.197 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->24
06-04 19:26:44.217 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->25
06-04 19:26:44.227 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->26
06-04 19:26:44.237 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->27
06-04 19:26:44.247 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->28
06-04 19:26:44.257 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->29
06-04 19:26:44.267 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->30
06-04 19:26:44.277 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->31
06-04 19:26:44.287 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->32
06-04 19:26:44.297 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->33
06-04 19:26:44.307 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->34
06-04 19:26:44.317 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->35
06-04 19:26:44.337 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->36
06-04 19:26:44.347 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->37
06-04 19:26:44.357 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->38
06-04 19:26:44.368 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->39
06-04 19:26:44.378 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->40
06-04 19:26:44.398 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->41
06-04 19:26:44.408 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->42
06-04 19:26:44.418 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->43
06-04 19:26:44.428 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->44
06-04 19:26:44.438 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->45
06-04 19:26:44.458 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->46
06-04 19:26:44.468 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->47
06-04 19:26:44.478 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->48
06-04 19:26:44.488 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->49
06-04 19:26:44.508 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->50
06-04 19:26:44.518 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->51
06-04 19:26:44.528 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->52
06-04 19:26:44.538 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->53
06-04 19:26:44.548 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->54
06-04 19:26:44.568 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->55
06-04 19:26:44.578 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->56
06-04 19:26:44.588 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->57
06-04 19:26:44.598 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->58
06-04 19:26:44.608 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->59
06-04 19:26:44.628 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->60
06-04 19:26:44.638 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->61
06-04 19:26:44.648 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->62
06-04 19:26:44.658 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->63
06-04 19:26:44.678 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->64
06-04 19:26:44.688 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->65
06-04 19:26:44.698 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->66
06-04 19:26:44.708 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->67
06-04 19:26:44.718 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->68
06-04 19:26:44.738 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->69
06-04 19:26:44.748 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->70
06-04 19:26:44.758 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->71
06-04 19:26:44.768 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->72
06-04 19:26:44.778 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->73
06-04 19:26:44.788 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->74
06-04 19:26:44.808 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->75
06-04 19:26:44.818 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->76
06-04 19:26:44.828 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->77
06-04 19:26:44.838 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->78
06-04 19:26:44.848 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->79
06-04 19:26:44.868 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->80
06-04 19:26:44.878 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->81
06-04 19:26:44.888 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->82
06-04 19:26:44.898 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->83
06-04 19:26:44.908 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->84
06-04 19:26:44.928 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->85
06-04 19:26:44.938 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->86
06-04 19:26:44.948 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->87
06-04 19:26:44.958 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->88
06-04 19:26:44.968 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->89
06-04 19:26:44.988 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->90
06-04 19:26:44.998 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->91
06-04 19:26:45.008 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->92
06-04 19:26:45.018 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->93
06-04 19:26:45.038 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->94
06-04 19:26:45.048 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->95
06-04 19:26:45.058 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->96
06-04 19:26:45.068 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->97
06-04 19:26:45.078 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->98
06-04 19:26:45.098 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->99
06-04 19:26:45.108 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->100
06-04 19:26:45.118 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->101
06-04 19:26:45.128 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->102
06-04 19:26:45.138 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->103
06-04 19:26:45.158 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->104
06-04 19:26:45.168 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->105
06-04 19:26:45.178 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->106
06-04 19:26:45.188 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->107
06-04 19:26:45.208 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->108
06-04 19:26:45.218 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->109
06-04 19:26:45.228 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->110
06-04 19:26:45.238 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->111
06-04 19:26:45.248 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->112
06-04 19:26:45.268 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->113
06-04 19:26:45.278 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->114
06-04 19:26:45.288 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->115
06-04 19:26:45.298 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->116
06-04 19:26:45.318 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->117
06-04 19:26:45.328 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->118
06-04 19:26:45.338 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->119
06-04 19:26:45.348 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->120
06-04 19:26:45.368 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->121
06-04 19:26:45.378 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->122
06-04 19:26:45.388 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->123
06-04 19:26:45.399 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->124
06-04 19:26:45.409 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->125
06-04 19:26:45.429 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->126
06-04 19:26:45.439 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->127
06-04 19:26:45.449 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->128
06-04 19:26:45.459 6212-6212/com.example.rxjavabackpressure D/MainActivity: 1onError: ---------->io.reactivex.exceptions.MissingBackpressureException: create: could not emit value due to lack of requests
06-04 19:26:45.469 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->129
06-04 19:26:45.479 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->130
06-04 19:26:45.489 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->131
06-04 19:26:45.499 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->132
06-04 19:26:45.519 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->133
06-04 19:26:45.529 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->134
06-04 19:26:45.539 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->135
06-04 19:26:45.549 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->136
06-04 19:26:45.559 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->137
06-04 19:26:45.569 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->138
06-04 19:26:45.589 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->139
06-04 19:26:45.599 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->140
06-04 19:26:45.609 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->141
06-04 19:26:45.619 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->142
06-04 19:26:45.629 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->143
06-04 19:26:45.639 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->144
06-04 19:26:45.649 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->145
06-04 19:26:45.669 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->146
06-04 19:26:45.679 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->147
06-04 19:26:45.689 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->148
06-04 19:26:45.699 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->149
06-04 19:26:45.709 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射---->150
06-04 19:26:45.719 6212-6289/com.example.rxjavabackpressure D/MainActivity: 2257发射数据结束1559647605733

Request(20) : 点击之后不会再有输出。
自动接收130

06-05 09:55:48.844 12721-12721/? D/MainActivity: 1接收---------->64
06-05 09:55:48.844 12721-13369/? D/MainActivity: 2485发射---->122
06-05 09:55:48.864 12721-13369/? D/MainActivity: 2485发射---->123
06-05 09:55:48.864 12721-12721/? D/MainActivity: 1接收---------->65
06-05 09:55:48.874 12721-13369/? D/MainActivity: 2485发射---->124
06-05 09:55:48.884 12721-13369/? D/MainActivity: 2485发射---->125
06-05 09:55:48.884 12721-12721/? D/MainActivity: 1接收---------->66
06-05 09:55:48.894 12721-13369/? D/MainActivity: 2485发射---->126
06-05 09:55:48.904 12721-12721/? D/MainActivity: 1接收---------->67
06-05 09:55:48.914 12721-13369/? D/MainActivity: 2485发射---->127
06-05 09:55:48.924 12721-13369/? D/MainActivity: 2485发射---->128
06-05 09:55:48.934 12721-12721/? D/MainActivity: 1接收---------->68
06-05 09:55:48.934 12721-12721/? D/MainActivity: 1onError: ---------->io.reactivex.exceptions.MissingBackpressureException: create: could not emit value due to lack of requests
06-05 09:55:48.944 12721-13369/? D/MainActivity: 2485发射---->129
06-05 09:55:48.954 12721-13369/? D/MainActivity: 2485发射---->130
06-05 09:55:48.974 12721-13369/? D/MainActivity: 2485发射---->131
06-05 09:55:48.984 12721-13369/? D/MainActivity: 2485发射---->132
06-05 09:55:48.994 12721-13369/? D/MainActivity: 2485发射---->133
06-05 09:55:49.004 12721-13369/? D/MainActivity: 2485发射---->134
06-05 09:55:49.014 12721-13369/? D/MainActivity: 2485发射---->135
06-05 09:55:49.034 12721-13369/? D/MainActivity: 2485发射---->136
06-05 09:55:49.044 12721-13369/? D/MainActivity: 2485发射---->137
06-05 09:55:49.054 12721-13369/? D/MainActivity: 2485发射---->138
06-05 09:55:49.064 12721-13369/? D/MainActivity: 2485发射---->139
06-05 09:55:49.074 12721-13369/? D/MainActivity: 2485发射---->140
06-05 09:55:49.084 12721-13369/? D/MainActivity: 2485发射---->141
06-05 09:55:49.094 12721-13369/? D/MainActivity: 2485发射---->142
06-05 09:55:49.114 12721-13369/? D/MainActivity: 2485发射---->143
06-05 09:55:49.124 12721-13369/? D/MainActivity: 2485发射---->144
06-05 09:55:49.134 12721-13369/? D/MainActivity: 2485发射---->145
06-05 09:55:49.144 12721-13369/? D/MainActivity: 2485发射---->146
06-05 09:55:49.154 12721-13369/? D/MainActivity: 2485发射---->147
06-05 09:55:49.164 12721-13369/? D/MainActivity: 2485发射---->148
06-05 09:55:49.174 12721-13369/? D/MainActivity: 2485发射---->149
06-05 09:55:49.194 12721-13369/? D/MainActivity: 2485发射---->150
06-05 09:55:49.204 12721-13369/? D/MainActivity: 2485发射数据结束1559699749208

Request(20) : 点击之后不会再有输出。

Missing:

自动接收10

06-04 19:30:54.241 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267开始发射数据1559647854249
06-04 19:30:54.241 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->0
06-04 19:30:54.251 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->1
06-04 19:30:54.261 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->2
06-04 19:30:54.261 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->0
06-04 19:30:54.271 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->3
06-04 19:30:54.281 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->4
06-04 19:30:54.281 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->1
06-04 19:30:54.291 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->5
06-04 19:30:54.301 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->6
06-04 19:30:54.301 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->2
06-04 19:30:54.311 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->7
06-04 19:30:54.321 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->8
06-04 19:30:54.331 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->3
06-04 19:30:54.341 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->9
06-04 19:30:54.351 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->10
06-04 19:30:54.351 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->4
06-04 19:30:54.361 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->11
06-04 19:30:54.371 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->5
06-04 19:30:54.371 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->12
06-04 19:30:54.381 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->13
06-04 19:30:54.391 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->6
06-04 19:30:54.391 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->14
06-04 19:30:54.401 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->15
06-04 19:30:54.411 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->7
06-04 19:30:54.411 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->16
06-04 19:30:54.421 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->17
06-04 19:30:54.431 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->8
06-04 19:30:54.431 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->18
06-04 19:30:54.441 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->19
06-04 19:30:54.451 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1接收---------->9
06-04 19:30:54.451 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->20
06-04 19:30:54.461 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->21
06-04 19:30:54.482 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->22
06-04 19:30:54.492 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->23
06-04 19:30:54.502 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->24
06-04 19:30:54.512 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->25
06-04 19:30:54.522 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->26
06-04 19:30:54.532 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->27
06-04 19:30:54.542 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->28
06-04 19:30:54.552 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->29
06-04 19:30:54.572 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->30
06-04 19:30:54.582 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->31
06-04 19:30:54.592 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->32
06-04 19:30:54.602 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->33
06-04 19:30:54.612 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->34
06-04 19:30:54.622 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->35
06-04 19:30:54.632 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->36
06-04 19:30:54.642 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->37
06-04 19:30:54.652 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->38
06-04 19:30:54.662 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->39
06-04 19:30:54.682 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->40
06-04 19:30:54.692 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->41
06-04 19:30:54.702 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->42
06-04 19:30:54.712 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->43
06-04 19:30:54.722 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->44
06-04 19:30:54.732 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->45
06-04 19:30:54.742 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->46
06-04 19:30:54.752 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->47
06-04 19:30:54.762 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->48
06-04 19:30:54.772 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->49
06-04 19:30:54.782 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->50
06-04 19:30:54.802 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->51
06-04 19:30:54.812 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->52
06-04 19:30:54.822 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->53
06-04 19:30:54.832 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->54
06-04 19:30:54.842 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->55
06-04 19:30:54.852 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->56
06-04 19:30:54.862 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->57
06-04 19:30:54.882 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->58
06-04 19:30:54.892 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->59
06-04 19:30:54.902 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->60
06-04 19:30:54.912 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->61
06-04 19:30:54.922 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->62
06-04 19:30:54.932 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->63
06-04 19:30:54.942 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->64
06-04 19:30:54.952 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->65
06-04 19:30:54.962 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->66
06-04 19:30:54.982 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->67
06-04 19:30:54.992 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->68
06-04 19:30:55.002 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->69
06-04 19:30:55.012 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->70
06-04 19:30:55.022 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->71
06-04 19:30:55.042 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->72
06-04 19:30:55.052 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->73
06-04 19:30:55.062 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->74
06-04 19:30:55.082 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->75
06-04 19:30:55.092 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->76
06-04 19:30:55.102 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->77
06-04 19:30:55.112 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->78
06-04 19:30:55.132 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->79
06-04 19:30:55.142 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->80
06-04 19:30:55.152 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->81
06-04 19:30:55.162 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->82
06-04 19:30:55.182 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->83
06-04 19:30:55.192 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->84
06-04 19:30:55.202 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->85
06-04 19:30:55.212 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->86
06-04 19:30:55.222 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->87
06-04 19:30:55.242 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->88
06-04 19:30:55.252 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->89
06-04 19:30:55.262 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->90
06-04 19:30:55.272 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->91
06-04 19:30:55.292 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->92
06-04 19:30:55.302 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->93
06-04 19:30:55.312 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->94
06-04 19:30:55.322 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->95
06-04 19:30:55.342 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->96
06-04 19:30:55.352 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->97
06-04 19:30:55.362 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->98
06-04 19:30:55.372 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->99
06-04 19:30:55.392 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->100
06-04 19:30:55.402 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->101
06-04 19:30:55.412 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->102
06-04 19:30:55.422 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->103
06-04 19:30:55.432 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->104
06-04 19:30:55.452 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->105
06-04 19:30:55.462 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->106
06-04 19:30:55.472 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->107
06-04 19:30:55.482 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->108
06-04 19:30:55.503 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->109
06-04 19:30:55.513 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->110
06-04 19:30:55.523 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->111
06-04 19:30:55.533 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->112
06-04 19:30:55.543 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->113
06-04 19:30:55.563 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->114
06-04 19:30:55.573 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->115
06-04 19:30:55.583 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->116
06-04 19:30:55.593 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->117
06-04 19:30:55.603 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->118
06-04 19:30:55.623 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->119
06-04 19:30:55.633 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->120
06-04 19:30:55.643 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->121
06-04 19:30:55.653 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->122
06-04 19:30:55.673 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->123
06-04 19:30:55.683 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->124
06-04 19:30:55.693 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->125
06-04 19:30:55.703 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->126
06-04 19:30:55.723 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->127
06-04 19:30:55.733 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->128
06-04 19:30:55.743 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->129
06-04 19:30:55.753 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->130
06-04 19:30:55.763 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->131
06-04 19:30:55.783 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->132
06-04 19:30:55.793 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->133
06-04 19:30:55.803 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->134
06-04 19:30:55.813 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->135
06-04 19:30:55.833 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->136
06-04 19:30:55.843 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->137
06-04 19:30:55.853 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->138
06-04 19:30:55.853 6465-6465/com.example.rxjavabackpressure D/MainActivity: 1onError: ---------->io.reactivex.exceptions.MissingBackpressureException: Queue is full?!
06-04 19:30:55.873 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->139
06-04 19:30:55.883 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->140
06-04 19:30:55.893 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->141
06-04 19:30:55.903 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->142
06-04 19:30:55.913 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->143
06-04 19:30:55.923 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->144
06-04 19:30:55.933 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->145
06-04 19:30:55.953 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->146
06-04 19:30:55.963 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->147
06-04 19:30:55.973 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->148
06-04 19:30:55.983 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->149
06-04 19:30:55.993 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射---->150
06-04 19:30:56.003 6465-6563/com.example.rxjavabackpressure D/MainActivity: 2267发射数据结束1559647856013

Request(20) : 点击之后不会再有输出。
自动接收130

06-05 09:59:35.184 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->78
06-05 09:59:35.184 13530-13634/com.example.rxjavabackpressure D/MainActivity: 2552发射---->147
06-05 09:59:35.194 13530-13634/com.example.rxjavabackpressure D/MainActivity: 2552发射---->148
06-05 09:59:35.204 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->79
06-05 09:59:35.214 13530-13634/com.example.rxjavabackpressure D/MainActivity: 2552发射---->149
06-05 09:59:35.224 13530-13634/com.example.rxjavabackpressure D/MainActivity: 2552发射---->150
06-05 09:59:35.224 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->80
06-05 09:59:35.234 13530-13634/com.example.rxjavabackpressure D/MainActivity: 2552发射数据结束1559699975244
06-05 09:59:35.244 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->81
06-05 09:59:35.264 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->82
06-05 09:59:35.284 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->83
06-05 09:59:35.314 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->84
06-05 09:59:35.335 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->85
06-05 09:59:35.355 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->86
06-05 09:59:35.375 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->87
06-05 09:59:35.395 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->88
06-05 09:59:35.415 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->89
06-05 09:59:35.435 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->90
06-05 09:59:35.465 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->91
06-05 09:59:35.485 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->92
06-05 09:59:35.505 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->93
06-05 09:59:35.535 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->94
06-05 09:59:35.565 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->95
06-05 09:59:35.585 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->96
06-05 09:59:35.605 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->97
06-05 09:59:35.625 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->98
06-05 09:59:35.645 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->99
06-05 09:59:35.675 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->100
06-05 09:59:35.695 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->101
06-05 09:59:35.715 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->102
06-05 09:59:35.735 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->103
06-05 09:59:35.755 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->104
06-05 09:59:35.775 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->105
06-05 09:59:35.795 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->106
06-05 09:59:35.815 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->107
06-05 09:59:35.845 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->108
06-05 09:59:35.865 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->109
06-05 09:59:35.885 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->110
06-05 09:59:35.905 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->111
06-05 09:59:35.925 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->112
06-05 09:59:35.945 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->113
06-05 09:59:35.965 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->114
06-05 09:59:35.985 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->115
06-05 09:59:36.015 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->116
06-05 09:59:36.035 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->117
06-05 09:59:36.055 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->118
06-05 09:59:36.075 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->119
06-05 09:59:36.095 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->120
06-05 09:59:36.115 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->121
06-05 09:59:36.135 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->122
06-05 09:59:36.155 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->123
06-05 09:59:36.185 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->124
06-05 09:59:36.205 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->125
06-05 09:59:36.225 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->126
06-05 09:59:36.245 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->127
06-05 09:59:36.265 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->128
06-05 09:59:36.285 13530-13530/com.example.rxjavabackpressure D/MainActivity: 1接收---------->129

Request(20) : 点击之后还会有输出

Buffer:

自动接收130 和接收20 是一样的,可以接收所有发送的事件

06-04 19:32:15.821 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282开始发射数据1559647935832
06-04 19:32:15.831 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->0
06-04 19:32:15.851 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->1
06-04 19:32:15.881 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->2
06-04 19:32:15.881 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->0
06-04 19:32:15.891 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->3
06-04 19:32:15.901 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->4
06-04 19:32:15.901 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->1
06-04 19:32:15.911 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->5
06-04 19:32:15.921 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->6
06-04 19:32:15.921 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->2
06-04 19:32:15.931 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->7
06-04 19:32:15.941 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->8
06-04 19:32:15.941 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->3
06-04 19:32:15.951 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->9
06-04 19:32:15.961 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->10
06-04 19:32:15.971 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->4
06-04 19:32:15.971 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->11
06-04 19:32:15.981 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->12
06-04 19:32:15.991 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->5
06-04 19:32:15.991 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->13
06-04 19:32:16.001 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->14
06-04 19:32:16.001 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->6
06-04 19:32:16.011 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->15
06-04 19:32:16.031 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->16
06-04 19:32:16.031 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->7
06-04 19:32:16.041 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->17
06-04 19:32:16.051 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->18
06-04 19:32:16.051 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->8
06-04 19:32:16.061 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->19
06-04 19:32:16.071 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->20
06-04 19:32:16.071 6954-6954/com.example.rxjavabackpressure D/MainActivity: 1接收---------->9
06-04 19:32:16.081 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->21
06-04 19:32:16.091 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->22
06-04 19:32:16.101 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->23
06-04 19:32:16.111 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->24
06-04 19:32:16.121 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->25
06-04 19:32:16.131 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->26
06-04 19:32:16.141 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->27
06-04 19:32:16.151 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->28
06-04 19:32:16.161 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->29
06-04 19:32:16.181 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->30
06-04 19:32:16.191 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->31
06-04 19:32:16.201 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->32
06-04 19:32:16.211 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->33
06-04 19:32:16.221 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->34
06-04 19:32:16.231 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->35
06-04 19:32:16.241 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->36
06-04 19:32:16.251 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->37
06-04 19:32:16.261 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->38
06-04 19:32:16.271 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->39
06-04 19:32:16.281 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->40
06-04 19:32:16.291 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->41
06-04 19:32:16.311 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->42
06-04 19:32:16.321 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->43
06-04 19:32:16.331 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->44
06-04 19:32:16.341 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->45
06-04 19:32:16.351 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->46
06-04 19:32:16.361 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->47
06-04 19:32:16.371 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->48
06-04 19:32:16.391 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->49
06-04 19:32:16.401 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->50
06-04 19:32:16.411 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->51
06-04 19:32:16.421 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->52
06-04 19:32:16.441 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->53
06-04 19:32:16.451 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->54
06-04 19:32:16.461 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->55
06-04 19:32:16.482 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->56
06-04 19:32:16.492 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->57
06-04 19:32:16.502 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->58
06-04 19:32:16.512 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->59
06-04 19:32:16.532 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->60
06-04 19:32:16.542 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->61
06-04 19:32:16.552 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->62
06-04 19:32:16.562 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->63
06-04 19:32:16.572 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->64
06-04 19:32:16.592 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->65
06-04 19:32:16.602 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->66
06-04 19:32:16.612 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->67
06-04 19:32:16.632 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->68
06-04 19:32:16.642 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->69
06-04 19:32:16.652 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->70
06-04 19:32:16.662 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->71
06-04 19:32:16.672 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->72
06-04 19:32:16.692 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->73
06-04 19:32:16.702 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->74
06-04 19:32:16.712 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->75
06-04 19:32:16.722 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->76
06-04 19:32:16.732 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->77
06-04 19:32:16.752 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->78
06-04 19:32:16.762 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->79
06-04 19:32:16.772 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->80
06-04 19:32:16.792 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->81
06-04 19:32:16.822 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->82
06-04 19:32:16.872 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->83
06-04 19:32:16.882 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->84
06-04 19:32:16.902 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->85
06-04 19:32:16.912 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->86
06-04 19:32:16.922 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->87
06-04 19:32:16.932 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->88
06-04 19:32:16.942 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->89
06-04 19:32:16.952 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->90
06-04 19:32:16.962 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->91
06-04 19:32:16.972 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->92
06-04 19:32:16.992 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->93
06-04 19:32:17.012 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->94
06-04 19:32:17.042 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->95
06-04 19:32:17.052 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->96
06-04 19:32:17.062 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->97
06-04 19:32:17.072 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->98
06-04 19:32:17.082 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->99
06-04 19:32:17.092 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->100
06-04 19:32:17.102 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->101
06-04 19:32:17.122 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->102
06-04 19:32:17.132 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->103
06-04 19:32:17.142 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->104
06-04 19:32:17.152 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->105
06-04 19:32:17.172 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->106
06-04 19:32:17.182 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->107
06-04 19:32:17.192 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->108
06-04 19:32:17.202 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->109
06-04 19:32:17.212 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->110
06-04 19:32:17.232 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->111
06-04 19:32:17.242 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->112
06-04 19:32:17.252 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->113
06-04 19:32:17.262 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->114
06-04 19:32:17.272 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->115
06-04 19:32:17.292 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->116
06-04 19:32:17.302 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->117
06-04 19:32:17.312 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->118
06-04 19:32:17.322 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->119
06-04 19:32:17.332 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->120
06-04 19:32:17.352 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->121
06-04 19:32:17.362 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->122
06-04 19:32:17.372 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->123
06-04 19:32:17.402 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->124
06-04 19:32:17.412 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->125
06-04 19:32:17.422 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->126
06-04 19:32:17.432 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->127
06-04 19:32:17.442 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->128
06-04 19:32:17.452 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->129
06-04 19:32:17.462 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->130
06-04 19:32:17.472 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->131
06-04 19:32:17.493 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->132
06-04 19:32:17.503 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->133
06-04 19:32:17.513 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->134
06-04 19:32:17.523 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->135
06-04 19:32:17.533 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->136
06-04 19:32:17.543 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->137
06-04 19:32:17.553 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->138
06-04 19:32:17.563 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->139
06-04 19:32:17.573 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->140
06-04 19:32:17.583 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->141
06-04 19:32:17.593 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->142
06-04 19:32:17.603 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->143
06-04 19:32:17.613 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->144
06-04 19:32:17.623 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->145
06-04 19:32:17.633 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->146
06-04 19:32:17.643 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->147
06-04 19:32:17.653 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->148
06-04 19:32:17.673 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->149
06-04 19:32:17.683 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射---->150
06-04 19:32:17.693 6954-6994/com.example.rxjavabackpressure D/MainActivity: 2282发射数据结束1559647937704

Request(20) : 点击之会有输出:

06-04 19:41:50.451 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->126
06-04 19:41:50.472 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->127
06-04 19:41:50.492 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->128
06-04 19:41:50.512 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->129
06-04 19:41:51.172 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->130
06-04 19:41:51.192 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->131
06-04 19:41:51.212 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->132
06-04 19:41:51.232 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->133
06-04 19:41:51.252 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->134
06-04 19:41:51.272 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->135
06-04 19:41:51.292 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->136
06-04 19:41:51.312 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->137
06-04 19:41:51.332 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->138
06-04 19:41:51.352 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->139
06-04 19:41:51.372 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->140
06-04 19:41:51.392 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->141
06-04 19:41:51.412 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->142
06-04 19:41:51.432 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->143
06-04 19:41:51.452 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->144
06-04 19:41:51.482 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->145
06-04 19:41:51.503 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->146
06-04 19:41:51.523 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->147
06-04 19:41:51.543 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->148
06-04 19:41:51.563 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->149
06-04 19:41:52.013 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收---------->150
06-04 19:41:52.023 8094-8094/com.example.rxjavabackpressure D/MainActivity: 1接收----> 完成

DROP:

自动接收20

06-04 19:39:40.645 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317开始发射数据1559648380650
06-04 19:39:40.645 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->0
06-04 19:39:40.655 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->1
06-04 19:39:40.665 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->0
06-04 19:39:40.665 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->2
06-04 19:39:40.675 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->3
06-04 19:39:40.685 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->1
06-04 19:39:40.695 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->4
06-04 19:39:40.705 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->5
06-04 19:39:40.705 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->2
06-04 19:39:40.715 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->6
06-04 19:39:40.725 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->7
06-04 19:39:40.725 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->3
06-04 19:39:40.735 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->8
06-04 19:39:40.745 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->9
06-04 19:39:40.745 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->4
06-04 19:39:40.755 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->10
06-04 19:39:40.765 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->5
06-04 19:39:40.775 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->11
06-04 19:39:40.785 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->12
06-04 19:39:40.795 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->6
06-04 19:39:40.795 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->13
06-04 19:39:40.805 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->14
06-04 19:39:40.815 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->7
06-04 19:39:40.815 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->15
06-04 19:39:40.825 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->16
06-04 19:39:40.835 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->8
06-04 19:39:40.835 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->17
06-04 19:39:40.845 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->18
06-04 19:39:40.855 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->9
06-04 19:39:40.855 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->19
06-04 19:39:40.865 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->20
06-04 19:39:40.875 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->21
06-04 19:39:40.885 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->22
06-04 19:39:40.895 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->23
06-04 19:39:40.905 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->24
06-04 19:39:40.915 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->25
06-04 19:39:40.925 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->26
06-04 19:39:40.935 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->27
06-04 19:39:40.945 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->28
06-04 19:39:40.955 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->29
06-04 19:39:40.975 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->30
06-04 19:39:40.985 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->31
06-04 19:39:40.995 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->32
06-04 19:39:41.005 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->33
06-04 19:39:41.015 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->34
06-04 19:39:41.025 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->35
06-04 19:39:41.035 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->36
06-04 19:39:41.045 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->37
06-04 19:39:41.055 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->38
06-04 19:39:41.065 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->39
06-04 19:39:41.075 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->40
06-04 19:39:41.085 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->41
06-04 19:39:41.095 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->42
06-04 19:39:41.105 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->43
06-04 19:39:41.115 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->44
06-04 19:39:41.125 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->45
06-04 19:39:41.135 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->46
06-04 19:39:41.145 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->47
06-04 19:39:41.155 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->48
06-04 19:39:41.175 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->49
06-04 19:39:41.185 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->50
06-04 19:39:41.195 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->51
06-04 19:39:41.205 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->52
06-04 19:39:41.215 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->53
06-04 19:39:41.225 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->54
06-04 19:39:41.235 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->55
06-04 19:39:41.245 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->56
06-04 19:39:41.265 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->57
06-04 19:39:41.275 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->58
06-04 19:39:41.285 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->59
06-04 19:39:41.295 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->60
06-04 19:39:41.305 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->61
06-04 19:39:41.315 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->62
06-04 19:39:41.326 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->63
06-04 19:39:41.336 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->64
06-04 19:39:41.346 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->65
06-04 19:39:41.366 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->66
06-04 19:39:41.376 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->67
06-04 19:39:41.386 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->68
06-04 19:39:41.396 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->69
06-04 19:39:41.416 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->70
06-04 19:39:41.426 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->71
06-04 19:39:41.436 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->72
06-04 19:39:41.446 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->73
06-04 19:39:41.466 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->74
06-04 19:39:41.476 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->75
06-04 19:39:41.486 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->76
06-04 19:39:41.496 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->77
06-04 19:39:41.516 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->78
06-04 19:39:41.526 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->79
06-04 19:39:41.536 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->80
06-04 19:39:41.546 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->81
06-04 19:39:41.556 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->82
06-04 19:39:41.576 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->83
06-04 19:39:41.586 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->84
06-04 19:39:41.606 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->85
06-04 19:39:41.626 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->86
06-04 19:39:41.636 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->87
06-04 19:39:41.656 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->88
06-04 19:39:41.696 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->89
06-04 19:39:41.706 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->90
06-04 19:39:41.716 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->91
06-04 19:39:41.726 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->92
06-04 19:39:41.736 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->93
06-04 19:39:41.746 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->94
06-04 19:39:41.756 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->95
06-04 19:39:41.766 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->96
06-04 19:39:41.786 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->97
06-04 19:39:41.796 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->98
06-04 19:39:41.806 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->99
06-04 19:39:41.816 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->100
06-04 19:39:41.826 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->101
06-04 19:39:41.836 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->102
06-04 19:39:41.846 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->103
06-04 19:39:41.856 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->104
06-04 19:39:41.866 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->105
06-04 19:39:41.876 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->106
06-04 19:39:41.886 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->107
06-04 19:39:41.896 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->108
06-04 19:39:41.906 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->109
06-04 19:39:41.916 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->110
06-04 19:39:41.926 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->111
06-04 19:39:41.936 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->112
06-04 19:39:41.946 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->113
06-04 19:39:41.966 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->114
06-04 19:39:41.976 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->115
06-04 19:39:41.986 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->116
06-04 19:39:41.996 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->117
06-04 19:39:42.006 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->118
06-04 19:39:42.006 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->119
06-04 19:39:42.016 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->120
06-04 19:39:42.036 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->121
06-04 19:39:42.046 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->122
06-04 19:39:42.056 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->123
06-04 19:39:42.066 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->124
06-04 19:39:42.086 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->125
06-04 19:39:42.096 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->126
06-04 19:39:42.106 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->127
06-04 19:39:42.116 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->128
06-04 19:39:42.126 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->129
06-04 19:39:42.136 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->130
06-04 19:39:42.156 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->131
06-04 19:39:42.166 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->132
06-04 19:39:42.176 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->133
06-04 19:39:42.186 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->134
06-04 19:39:42.196 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->135
06-04 19:39:42.206 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->136
06-04 19:39:42.216 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->137
06-04 19:39:42.236 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->138
06-04 19:39:42.246 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->139
06-04 19:39:42.256 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->140
06-04 19:39:42.266 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->141
06-04 19:39:42.276 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->142
06-04 19:39:42.286 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->143
06-04 19:39:42.306 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->144
06-04 19:39:42.316 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->145
06-04 19:39:42.326 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->146
06-04 19:39:42.336 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->147
06-04 19:39:42.347 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->148
06-04 19:39:42.357 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->149
06-04 19:39:42.367 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射---->150
06-04 19:39:42.387 7764-7821/com.example.rxjavabackpressure D/MainActivity: 2317发射数据结束1559648382397

request(20) 有输出。

06-04 19:40:30.864 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->112
06-04 19:40:30.884 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->113
06-04 19:40:30.904 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->114
06-04 19:40:30.924 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->115
06-04 19:40:30.944 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->116
06-04 19:40:30.964 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->117
06-04 19:40:30.984 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->118
06-04 19:40:31.004 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->119
06-04 19:40:31.024 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->120
06-04 19:40:31.044 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->121
06-04 19:40:31.064 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->122
06-04 19:40:31.084 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->123
06-04 19:40:31.104 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->124
06-04 19:40:31.134 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->125
06-04 19:40:31.154 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->126
06-04 19:40:31.174 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收---------->127
06-04 19:40:31.174 7764-7764/com.example.rxjavabackpressure D/MainActivity: 1接收----> 完成

自动接收130

06-05 10:05:10.532 14792-14886/com.example.rxjavabackpressure D/MainActivity: 2587发射---->146
06-05 10:05:10.542 14792-14886/com.example.rxjavabackpressure D/MainActivity: 2587发射---->147
06-05 10:05:10.542 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->77
06-05 10:05:10.552 14792-14886/com.example.rxjavabackpressure D/MainActivity: 2587发射---->148
06-05 10:05:10.562 14792-14886/com.example.rxjavabackpressure D/MainActivity: 2587发射---->149
06-05 10:05:10.562 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->78
06-05 10:05:10.572 14792-14886/com.example.rxjavabackpressure D/MainActivity: 2587发射---->150
06-05 10:05:10.582 14792-14886/com.example.rxjavabackpressure D/MainActivity: 2587发射数据结束1559700310589
06-05 10:05:10.582 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->79
06-05 10:05:10.612 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->80
06-05 10:05:10.632 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->81
06-05 10:05:10.652 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->82
06-05 10:05:10.672 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->83
06-05 10:05:10.692 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->84
06-05 10:05:10.712 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->85
06-05 10:05:10.732 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->86
06-05 10:05:10.752 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->87
06-05 10:05:10.782 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->88
06-05 10:05:10.802 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->89
06-05 10:05:10.822 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->90
06-05 10:05:10.842 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->91
06-05 10:05:10.862 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->92
06-05 10:05:10.882 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->93
06-05 10:05:10.902 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->94
06-05 10:05:10.922 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->95
06-05 10:05:10.952 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->96
06-05 10:05:10.972 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->97
06-05 10:05:10.992 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->98
06-05 10:05:11.012 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->99
06-05 10:05:11.032 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->100
06-05 10:05:11.052 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->101
06-05 10:05:11.082 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->102
06-05 10:05:11.102 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->103
06-05 10:05:11.122 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->104
06-05 10:05:11.142 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->105
06-05 10:05:11.172 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->106
06-05 10:05:11.192 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->107
06-05 10:05:11.212 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->108
06-05 10:05:11.232 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->109
06-05 10:05:11.252 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->110
06-05 10:05:11.272 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->111
06-05 10:05:11.302 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->112
06-05 10:05:11.322 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->113
06-05 10:05:11.342 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->114
06-05 10:05:11.362 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->115
06-05 10:05:11.382 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->116
06-05 10:05:11.402 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->117
06-05 10:05:11.422 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->118
06-05 10:05:11.442 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->119
06-05 10:05:11.472 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->120
06-05 10:05:11.492 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->121
06-05 10:05:11.512 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->122
06-05 10:05:11.532 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->123
06-05 10:05:11.553 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->124
06-05 10:05:11.573 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->125
06-05 10:05:11.593 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->126
06-05 10:05:11.623 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收---------->127
06-05 10:05:11.623 14792-14792/com.example.rxjavabackpressure D/MainActivity: 1接收----> 完成

Request(20)

点击不会再有输出

Latest:

自动接收10 同Drop
request(20) 之后继续输出。

06-04 19:37:16.674 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->98
06-04 19:37:16.694 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->99
06-04 19:37:16.714 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->100
06-04 19:37:16.744 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->101
06-04 19:37:16.764 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->102
06-04 19:37:16.784 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->103
06-04 19:37:16.805 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->104
06-04 19:37:16.825 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->105
06-04 19:37:16.845 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->106
06-04 19:37:16.865 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->107
06-04 19:37:16.885 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->108
06-04 19:37:16.905 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->109
06-04 19:37:18.196 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->110
06-04 19:37:18.216 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->111
06-04 19:37:18.236 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->112
06-04 19:37:18.256 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->113
06-04 19:37:18.276 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->114
06-04 19:37:18.296 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->115
06-04 19:37:18.316 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->116
06-04 19:37:18.336 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->117
06-04 19:37:18.356 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->118
06-04 19:37:18.376 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->119
06-04 19:37:18.406 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->120
06-04 19:37:18.426 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->121
06-04 19:37:18.446 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->122
06-04 19:37:18.466 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->123
06-04 19:37:18.486 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->124
06-04 19:37:18.506 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->125
06-04 19:37:18.516 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->126
06-04 19:37:18.536 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->127
06-04 19:37:18.556 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收---------->150
06-04 19:37:18.566 7413-7413/com.example.rxjavabackpressure D/MainActivity: 1接收----> 完成

自动接收130

06-05 10:10:15.589 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->79
06-05 10:10:15.589 15378-15440/com.example.rxjavabackpressure D/MainActivity: 2613发射---->150
06-05 10:10:15.599 15378-15440/com.example.rxjavabackpressure D/MainActivity: 2613发射数据结束1559700615616
06-05 10:10:15.619 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->80
06-05 10:10:15.639 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->81
06-05 10:10:15.659 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->82
06-05 10:10:15.679 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->83
06-05 10:10:15.699 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->84
06-05 10:10:15.719 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->85
06-05 10:10:15.739 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->86
06-05 10:10:15.759 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->87
06-05 10:10:15.789 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->88
06-05 10:10:15.809 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->89
06-05 10:10:15.829 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->90
06-05 10:10:15.849 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->91
06-05 10:10:15.879 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->92
06-05 10:10:15.899 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->93
06-05 10:10:15.919 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->94
06-05 10:10:15.939 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->95
06-05 10:10:15.970 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->96
06-05 10:10:15.990 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->97
06-05 10:10:16.010 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->98
06-05 10:10:16.030 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->99
06-05 10:10:16.050 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->100
06-05 10:10:16.070 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->101
06-05 10:10:16.100 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->102
06-05 10:10:16.120 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->103
06-05 10:10:16.140 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->104
06-05 10:10:16.160 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->105
06-05 10:10:16.180 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->106
06-05 10:10:16.200 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->107
06-05 10:10:16.220 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->108
06-05 10:10:16.250 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->109
06-05 10:10:16.270 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->110
06-05 10:10:16.290 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->111
06-05 10:10:16.310 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->112
06-05 10:10:16.330 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->113
06-05 10:10:16.350 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->114
06-05 10:10:16.370 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->115
06-05 10:10:16.390 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->116
06-05 10:10:16.420 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->117
06-05 10:10:16.440 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->118
06-05 10:10:16.460 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->119
06-05 10:10:16.480 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->120
06-05 10:10:16.500 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->121
06-05 10:10:16.530 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->122
06-05 10:10:16.550 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->123
06-05 10:10:16.570 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->124
06-05 10:10:16.590 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->125
06-05 10:10:16.610 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->126
06-05 10:10:16.630 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->127
06-05 10:10:16.650 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收---------->150
06-05 10:10:16.650 15378-15378/com.example.rxjavabackpressure D/MainActivity: 1接收----> 完成

request(20) 之后不会再继续输出

转载于:https://www.jianshu.com/p/0718d7f4c491

猜你喜欢

转载自blog.csdn.net/weixin_34080951/article/details/91156425