Something is failing when starting timer... Used:
Plugin.CreateTimer("delayedTimer", 10000, data).Start()
AND
Plugin.CreateParallelTimer("delayedTimer", 10000, data).Start()
What is wrong with Timers and I have the same problem with Web.GET and Web.POST