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
2024/09/19 00:32:05 Option WithInteractshOptions not supported in thread safe mode
There's some options not supported in ThreadSafe mode, as I understand, this restriction is to prevent modification on engine internal state when these options provided in ExecuteNucleiWithOptsCtx which may be called by multiple thread/routine. But same option in NewThreadSafeNucleiEngineCtx do not cause thread safety issues. Is it possible to ignore thread safe restriction while NewThreadSafeNucleiEngine*?, or I missed other important. tks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
code snippet
Result:
There's some options not supported in
ThreadSafe
mode, as I understand, this restriction is to prevent modification on engine internal state when these options provided inExecuteNucleiWithOptsCtx
which may be called by multiple thread/routine. But same option inNewThreadSafeNucleiEngineCtx
do not cause thread safety issues. Is it possible to ignore thread safe restriction while NewThreadSafeNucleiEngine*?, or I missed other important. tksBeta Was this translation helpful? Give feedback.
All reactions