1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/rpc
Jeff Becker d7d3a4e774
fix issue #2138
in rpc client, contention on a null lock happened.
fix this by making the sending of pings always done in the logic
thread. this is done by wrapping the lambda we made with EventLoop::make_caller()
2023-02-15 17:31:14 -05:00
..
endpoint_rpc.cpp Replace logging with oxen-logger 2022-07-15 22:17:59 -03:00
endpoint_rpc.hpp static endpoint auth codes 2022-04-20 15:26:39 -04:00
json_binary_proxy.cpp Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
json_binary_proxy.hpp Make new header for json type conversions 2023-02-01 15:52:37 -08:00
json_bt.hpp Updated RpcServer Initialization and Logic 2023-01-24 06:50:46 -08:00
json_conversions.cpp Make new header for json type conversions 2023-02-01 15:52:37 -08:00
json_conversions.hpp Make new header for json type conversions 2023-02-01 15:52:37 -08:00
lokid_rpc_client.cpp fix issue #2138 2023-02-15 17:31:14 -05:00
lokid_rpc_client.hpp ping oxend after getting identity keys 2023-01-29 18:25:49 -05:00
param_parser.hpp Make new header for json type conversions 2023-02-01 15:52:37 -08:00
rpc_request.hpp working new endpoints 2023-02-01 15:52:37 -08:00
rpc_request_decorators.hpp working new endpoints 2023-02-01 15:52:37 -08:00
rpc_request_definitions.hpp working new endpoints 2023-02-01 15:52:37 -08:00
rpc_request_parser.cpp working new endpoints 2023-02-01 15:52:37 -08:00
rpc_request_parser.hpp working new endpoints 2023-02-01 15:52:37 -08:00
rpc_server.cpp OMQ_Request handling logic change 2023-02-01 15:52:37 -08:00
rpc_server.hpp working new endpoints 2023-02-01 15:52:37 -08:00