Method not found

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.

Sorry, false alarm. Turns out fqid == null boolean operator doesn’t work. I don’t know when that was changed, but fqid.equals(null) works just fine