Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TimeController/DataSynchronizer] Wrong end data after dynamic adding DataSource #769

Open
mdhsl opened this issue May 14, 2024 · 0 comments · Fixed by #770
Open

[TimeController/DataSynchronizer] Wrong end data after dynamic adding DataSource #769

mdhsl opened this issue May 14, 2024 · 0 comments · Fixed by #770

Comments

@mdhsl
Copy link
Member

mdhsl commented May 14, 2024

After DataSynchronizer initialization, adding dataSource manually gives wrong endData to 2055 while startTime is correct.
It might be an issue into DataSynchronizer or/and TimeController:
way to reproduce

          const opts = {
            endpointUrl: 'api.georobotix.io/ogc/t18/api',
            resource: '/datastreams/khv081o7hpma2/observations',
            tls: true,
            startTime: '2023-06-06T14:01:12Z',
            endTime: '2023-06-06T22:53:14Z',
            mode: Mode.REPLAY,
            responseFormat: 'application/swe+binary',
            prefetchBatchSize: 250
          };
          const sweApiFetch = new SweApiFetch(opts);
          this.dataSynchronizer.addDataSource(sweApiFetch);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant