refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
66 stars 19 forks source link

API Registration Source Fix #242

Closed jmwample closed 9 months ago

jmwample commented 9 months ago

This PR fixes a small bookkeeping error that labels all API registrations as API, whether they are bidirectional or not. This hinders some of the performance stats tracking.

The simple fix was to remove a line that relabels bidirectional API registrations as plain API.