Skip to content

FFI: Expose the objectID for the session object

Nick Mathewson requested to merge nickm/arti:ffi_obj_id into main

Without this object ID, you can't actually invoke any RPC methods that require authentication, since you can't figure out what the ID for the session actually is.

Merge request reports