[HELP] Unable to share state between the main app and a plugin #1468
Unanswered
ProtocolNebula
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to do a plugin to do a "rotate proxy", but the next IP must be rotated by the main app, not the plugin itself.
I have the following code:
I've tried different solutions, even I tried to understand how to use the
multiprocess manager
, but I found no way to do it.Someone can please help me with an example or an explanation of how can I do it? (I assume that I have to spawn by myself the proxy, but I'm too new to python and found no clues/information of how to manage this case).
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions