You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Research creating our own setupNat helper that makes use of nim-task-runner, which will give us proper control over starting and stopping the thread running the nat loop.
While making use of nim-task-runner, it should ideally hide that usage (in a memory-safe manner, of course). It could be made available via import status/util/nat and would not be imported/re-exported by nim-status' top-level API so that it's import and usage is completely optional, e.g. a user of nim-status could use nim-eth's setupNat instead of our own, if that's what they prefer.
If it seems feasible, implement the helper.
The text was updated successfully, but these errors were encountered:
Research creating our own
setupNat
helper that makes use of nim-task-runner, which will give us proper control over starting and stopping the thread running the nat loop.While making use of nim-task-runner, it should ideally hide that usage (in a memory-safe manner, of course). It could be made available via
import status/util/nat
and would not be imported/re-exported by nim-status' top-level API so that it's import and usage is completely optional, e.g. a user of nim-status could use nim-eth's setupNat instead of our own, if that's what they prefer.If it seems feasible, implement the helper.
The text was updated successfully, but these errors were encountered: