Skip to content

Commit 896659a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6cf1ca8 + bb65991 commit 896659a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ else if (status == std::future_status::ready) {
138138
}
139139
```
140140

141-
除了上面的这些很棒的接口之外,更酷的是rest_rpc还支持了服务端推送的功能,这是目前很多rpc库做不到的。
141+
除了上面的这些很棒的接口之外,更酷的是rest_rpc还支持了订阅发布的功能,这是目前很多rpc库做不到的。
142142

143-
服务端定时推送的例子在这里
143+
服务端订阅发布的例子在这里
144144

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
147147

148148
##
149149

@@ -162,4 +162,4 @@ https://github.com/qicosmos/rest_rpc/tree/master/examples
162162

163163
# future
164164

165-
make an IDL tool to genrate the client code.
165+
make an IDL tool to genrate the client code.

0 commit comments

Comments
 (0)