HttpUpdateDelegator.SetThreadingMode doen't update IsThreaded
Closed this issue · 3 comments
israellot commented
IsThreaded property is not updated when changing the threading mode using SetThreadingMode() function.
Benedicht commented
IsThreaded
is a flag to inform the plugin to boot it into threaded mode. It's left in the plugin for backward compatibility, i would recommend to use CurrentThreadingMode
to check what mode the plugin is in.
israellot commented
Yes, I understood that. But the flag can be set after Setup. The semantics
are not very clear.
Anyway, thanks !
…On Thu, 20 Oct 2022 at 05:33 Tivadar György Nagy ***@***.***> wrote:
IsThreaded is a flag to inform the plugin to boot it into threaded mode.
It's left in the plugin for backward compatibility, i would recommend to
use CurrentThreadingMode to check what mode the plugin is in.
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGNC2XAJWLKZZ4J2XCUZ2TWED7T3ANCNFSM6AAAAAARJFEUBI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Benedicht commented
I think i will remove IsThreaded
in the next release.