qicosmos
|
0f60021c67
|
support quit with ctrl c
private
|
2022-01-28 13:41:59 +08:00 |
|
qicosmos
|
987a306092
|
make c++11 happy; avoid asio remote_endpoint exception
|
2022-01-17 19:15:35 +08:00 |
|
qicosmos
|
a4224a3c93
|
fix client call exception
|
2022-01-16 16:33:04 +08:00 |
|
qicosmos
|
22cbcc2666
|
remove boost
|
2022-01-16 14:52:04 +08:00 |
|
qicosmos
|
521413d16b
|
fix compile error.
|
2021-12-12 21:35:25 +08:00 |
|
qicosmos
|
81dae117be
|
fix broken promise
|
2021-11-21 11:42:31 +08:00 |
|
qicosmos
|
bc717e8631
|
add a method: on networking error
|
2021-08-20 21:00:33 +08:00 |
|
qicosmos
|
7e62c3238b
|
format code with clang-format11
|
2021-08-20 20:16:05 +08:00 |
|
qicosmos
|
b7936d83c5
|
add user data in connection.
|
2021-05-30 09:31:16 +08:00 |
|
qicosmos
|
d1aaa60d20
|
update msgpack
|
2021-01-30 16:42:03 +08:00 |
|
qicosmos
|
d500c8aa3c
|
format code of rpc client.
|
2021-01-30 16:24:19 +08:00 |
|
Qing Wang
|
898b70e52b
|
Fix thd joinable.
|
2020-11-23 17:00:18 +08:00 |
|
BryainZhang
|
2312a92816
|
Update rpc_client.hpp
|
2020-11-17 23:04:57 +08:00 |
|
BryainZhang
|
568d617c11
|
compatible string_view
|
2020-11-17 19:00:38 +08:00 |
|
qicosmos
|
faeed90e7e
|
one server one router.
|
2020-11-16 17:57:24 +08:00 |
|
qicosmos
|
0d896025fd
|
fix for publish
|
2020-10-27 23:30:17 +08:00 |
|
Qing Wang
|
15394b09bf
|
Fix
|
2020-10-21 22:49:00 +08:00 |
|
Qing Wang
|
90e834c960
|
Fix
|
2020-10-21 22:11:49 +08:00 |
|
Qing Wang
|
7e22d4b402
|
Work around.
|
2020-10-21 20:24:52 +08:00 |
|
Qing Wang
|
5785fe6aa6
|
WIP
|
2020-10-21 16:11:50 +08:00 |
|
qicosmos
|
c1ef668adb
|
fix for auto reconnect
|
2020-09-25 11:11:44 +08:00 |
|
qicosmos
|
79da9a427a
|
unsigned short port.
|
2020-09-18 20:15:45 +08:00 |
|
qicosmos
|
64af193452
|
add rest_rpc.hpp
|
2020-08-26 16:14:59 +08:00 |
|
qicosmos
|
720a21f5fd
|
remove files
|
2020-08-26 16:10:03 +08:00 |
|
qicosmos
|
2b8b6f9890
|
remove client_util.hpp
|
2020-08-26 16:09:00 +08:00 |
|
qicosmos
|
3953ce0ee8
|
move files to rest_rpc dir
|
2020-08-26 16:05:54 +08:00 |
|
qicosmos
|
f86897ac00
|
add new header
|
2020-08-26 16:04:22 +08:00 |
|
qicosmos
|
edc3defbf5
|
fix check reconnect times.
|
2020-08-21 09:42:14 +08:00 |
|
qicosmos
|
6cf1ca8c20
|
when use ssl will depend on boost.filesystem.
|
2020-08-10 09:21:08 +08:00 |
|
qicosmos
|
dc105f402b
|
modify fs to rpcfs.
|
2020-07-19 11:42:09 +08:00 |
|
qicosmos
|
311d5ec5e5
|
support ssl
|
2020-06-08 09:23:51 +08:00 |
|
qicosmos
|
2594175719
|
add missed header file
|
2020-03-15 17:24:01 +08:00 |
|
qicosmos
|
5d6bfcaae8
|
add check if has connected when call async_call
|
2020-03-04 10:59:25 +08:00 |
|
qicosmos
|
517848c1c8
|
fix for quit server
|
2020-02-26 14:56:20 +08:00 |
|
qicosmos
|
8a02c42353
|
fix
|
2019-09-03 19:54:04 +08:00 |
|
qicosmos
|
e1b0bb3b1d
|
update for c++11
|
2019-08-31 14:36:54 +08:00 |
|
qicosmos
|
ec5f90130d
|
update for sub/pub
|
2019-08-27 16:20:04 +08:00 |
|
qicosmos
|
82fe83f2ce
|
auto subscribe when reconnect ok.
|
2019-08-27 14:43:14 +08:00 |
|
qicosmos
|
64373139fa
|
improve publish interface, support publish struct
|
2019-08-27 14:12:14 +08:00 |
|
qicosmos
|
0892629ee8
|
remove unused code
|
2019-08-27 13:17:17 +08:00 |
|
qicosmos
|
d4adf58f9b
|
Merge branch 'pub_sub_dev' of https://github.com/qicosmos/rest_rpc into pub_sub_dev
|
2019-08-27 11:41:53 +08:00 |
|
qicosmos
|
d8843c0163
|
add token interface
|
2019-08-27 11:41:05 +08:00 |
|
Jandai
|
1e73f8b096
|
use condition wait instead of sleep
|
2019-08-24 20:54:58 +08:00 |
|
qicosmos
|
ae51d8cb19
|
update
|
2019-08-24 17:29:59 +08:00 |
|
qicosmos
|
b1834db838
|
update
|
2019-08-24 16:59:45 +08:00 |
|
qicosmos
|
02dc5ca195
|
support sub pub
|
2019-08-24 16:58:35 +08:00 |
|
qicosmos
|
824ccb3571
|
init
|
2019-08-23 21:35:26 +08:00 |
|
qicosmos
|
315d47ace7
|
support automatic heartbeat.
|
2019-08-23 16:05:59 +08:00 |
|
qicosmos
|
d2f5e9e458
|
fix for clang7
|
2019-08-23 12:21:07 +08:00 |
|
qicosmos
|
17a146edec
|
update for reconnect, simplify reconnect
|
2019-08-23 12:19:37 +08:00 |
|