Skip to content

arti-rpc-client-core: Make from_connect_string() a JSON string

Neel Chauhan requested to merge neel/arti:arti-rpc-client-core-no-osstring into main

In arti-rpc-client-core, I propose making from_connect_string() a JSON string. So far, the format is:

{
    "protocol": "unix",
    "location": "/tmp/arti.sock",
}

I don't know if this is the desired format or if it should be another way, or if the value names should be changed.

Edited by Neel Chauhan

Merge request reports

Loading