qstokkink / TriblerExperimental

GNU General Public License v3.0
6 stars 2 forks source link

Register REST Endpoints before initializing them #67

Closed qstokkink closed 4 months ago

qstokkink commented 4 months ago

Fixes #25

This PR:

This functionality allows us to query the core while it is initializing (for example ipv8/asyncio/tasks to check for hanging asyncio calls).

qstokkink commented 4 months ago

validate