File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,12 @@ else if (status == std::future_status::ready) {
138
138
}
139
139
```
140
140
141
- 除了上面的这些很棒的接口之外,更酷的是rest_rpc还支持了服务端推送的功能 ,这是目前很多rpc库做不到的。
141
+ 除了上面的这些很棒的接口之外,更酷的是rest_rpc还支持了订阅发布的功能 ,这是目前很多rpc库做不到的。
142
142
143
- 服务端定时推送的例子在这里 :
143
+ 服务端订阅发布的例子在这里 :
144
144
145
- https://github.com/qicosmos/rest_rpc/blob/master/examples/server/main.cpp#L88
146
- https://github.com/qicosmos/rest_rpc/blob/master/examples/client/main.cpp#L372
145
+ https://github.com/qicosmos/rest_rpc/blob/master/examples/server/main.cpp#L121
146
+ https://github.com/qicosmos/rest_rpc/blob/master/examples/client/main.cpp#L383
147
147
148
148
## 快
149
149
@@ -162,4 +162,4 @@ https://github.com/qicosmos/rest_rpc/tree/master/examples
162
162
163
163
# future
164
164
165
- make an IDL tool to genrate the client code.
165
+ make an IDL tool to genrate the client code.
You can’t perform that action at this time.
0 commit comments