View Issue Details

IDProjectCategoryView StatusLast Update
0003605SOGoActiveSyncpublic2016-03-30 18:33
Reporterm_emelchenkov Assigned Toludovic  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Summary0003605: SOGoActiveSyncDispatcher incorrectly detects time
Description

SOGoActiveSyncDispatcher sleeps 5 seconds instead 1 second. Too tiny period? Some hours ago it worked, but now I can't make it work every second even after restarting SOGo. Also, sometimes SOGoActiveSyncDispatcher don't start at all, even after refreshing mail list in iOS Mail. Don't know, however, is it related or not.

Mar 29 13:56:30 sogod [21723]: <0x0x7f0ab9b40598[SOGoActiveSyncDispatcher]> Sleeping 1 seconds while detecting changes in Ping...
Mar 29 13:56:35 sogod [21723]: <0x0x7f0ab9b40598[SOGoActiveSyncDispatcher]> Sleeping 1 seconds while detecting changes in Ping...
Mar 29 13:56:40 sogod [21723]: <0x0x7f0ab9b40598[SOGoActiveSyncDispatcher]> Sleeping 1 seconds while detecting changes in Ping...

TagsNo tags attached.

Activities

m_emelchenkov

m_emelchenkov

2016-03-29 11:00

reporter   ~0009870

Sorry, I forget to fill tech fields: Ubuntu 14.04/SOGo nightly build, iOS 8.4.1.

ludovic

ludovic

2016-03-29 12:49

administrator   ~0009872

We do sleep for SOGoInternalSync interval - but we never go below 5 seconds.

So for example, if you set it to 15, you will see:

Sleeping 15 seconds while detecting changes in Ping...
Sleeping 10 seconds while detecting changes in Ping...
Sleeping 5 seconds while detecting changes in Ping...

Since you set it to 1 second, you'll see it once, but with a minimum of 5 seconds.

Related Changesets

sogo: master eb146764

2016-03-30 14:31

ludovic


Details Diff
(fix) set minimal interval (fixes 0003605) Affected Issues
0003605
mod - ActiveSync/SOGoActiveSyncDispatcher+Sync.m Diff File
mod - ActiveSync/SOGoActiveSyncDispatcher.m Diff File

sogo: v2 afc4552c

2016-03-30 14:31

ludovic


Details Diff
(fix) set minimal interval (fixes 0003605) Affected Issues
0003605
mod - ActiveSync/SOGoActiveSyncDispatcher+Sync.m Diff File
mod - ActiveSync/SOGoActiveSyncDispatcher.m Diff File

Issue History

Date Modified Username Field Change
2016-03-29 10:59 m_emelchenkov New Issue
2016-03-29 11:00 m_emelchenkov Note Added: 0009870
2016-03-29 12:49 ludovic Note Added: 0009872
2016-03-29 12:49 ludovic Status new => closed
2016-03-29 12:49 ludovic Assigned To => ludovic
2016-03-29 12:49 ludovic Resolution open => no change required
2016-03-30 18:33 ludovic Changeset attached => sogo master eb146764
2016-03-30 18:33 ludovic Resolution no change required => fixed
2016-03-30 18:33 ludovic Changeset attached => sogo v2 afc4552c