Benedicht/BestHTTP_Examples

HttpUpdateDelegator.SetThreadingMode doen't update IsThreaded

Closed this issue · 3 comments

IsThreaded property is not updated when changing the threading mode using SetThreadingMode() function.

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.

I think i will remove IsThreaded in the next release.