I tried to use a async plot event of CPlot in the event listener of my plugin. After I noticed that the PlotClaimAsyncEvent wasn't working I tried every other async event of CPlot.
But no async event has been called. I tried to just print a message to the console when a async event is called - didn't work.
111 don't fix this bug. I think there's something wrong with libAsynEvent. I don't really have so much knowledge about await stuff so I'm unable to fix the bug in my PR.
I tried to use a async plot event of CPlot in the event listener of my plugin. After I noticed that the
PlotClaimAsyncEvent
wasn't working I tried every other async event of CPlot. But no async event has been called. I tried to just print a message to the console when a async event is called - didn't work.111 don't fix this bug. I think there's something wrong with
libAsynEvent
. I don't really have so much knowledge about await stuff so I'm unable to fix the bug in my PR.