qicosmos / rest_rpc

modern C++(C++11), simple, easy to use rpc framework
MIT License
1.66k stars 365 forks source link

为什么server端没有subscribe? #140

Closed UnknownIsInteresting closed 3 weeks ago

UnknownIsInteresting commented 3 weeks ago

感谢作者开源,我发现server端没有subscribe接口, 若想客户端去publish,服务器去subscribe,我应该怎么做?