at SensorEventGen.Background.SensorEventGenBackgroundPlugin.d__5.MoveNext()
at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at SensorEventGen.Background.SensorEventGenBackgroundPlugin.updateConnection()
at SensorEventGen.Background.SensorEventGenBackgroundPlugin.OnTimedEvent(Object source, ElapsedEventArgs
e)Method not found: ‘Boolean VideoOS.Platform.FQID.op_Equality(VideoOS.Platform.FQID, VideoOS.Platform.FQID)’.
After refreshing the event server, one of my plugins has started throwing this exception. I haven’t changed anything to the integration so I’m unsure what could have caused this issue. The function this error occurs in is quite large and I haven’t been able to break it down to find which line is giving me trouble, but I was just hoping to figure out where might be the best place to look.
For background, this is a background plugin that triggers different events based on the information it polls from an API.