dfinity / linkedup

An open professional network.
https://sdk.dfinity.org
Apache License 2.0
154 stars 43 forks source link

Allow query calls to connectd's public getConnections() method #31

Open o0x opened 4 years ago

o0x commented 4 years ago

getConnections() makes no state changes, allowing a query call should speed up inter-canister comms.

o0x commented 4 years ago

For context, I'd like to call into this from another app's canister, ie other than the linkedup one. It'd be great if I could make the calls to this method more efficient.