Traccar Socket Event Issue, Getting same event endless times

Furqan Mughal23 days ago

I am working on Traccar Server past 6 months. And using Socket and listening it's event. Every things working perfectly fine but from yesterday I am getting geofence enter/exit any event is triggering now Traccar Server keep sending endless times same event with same event id, time and all other information. Unless I close my app and restart my app and reconnect my socket with new session it's keep receiving endless events from traccar server on socket.
Help me out how to stop these endless same event receiving issue in my Flutter App.

Anton Tananaev23 days ago

Official Traccar would never do something like this.

Furqan Mughal23 days ago

I am facing this issue unable to debug this on App Level and also don't know about Traccar Server side. Any Tips what would be the issue?

Anton Tananaev23 days ago

My guess would be that you're doing something wrong on the app side. Or maybe you're not using the official Traccar version.

Furqan Mughal23 days ago

I am using this Server https://x912408e9.traccar.com/.
May be issue will be on app side but from last few months my socket was working perfectly suddenly it's starting misbehaving. Let me see again on code level. I'll get back to you if don't find any issue on app level.

Anton Tananaev23 days ago

That looks like a subscription service, so it's an official version. Then I think you have something on the app side.

Furqan Mughal23 days ago

Ok Let me see again on App Side. Thank you