Skip to content

Conversation

@ManuelFernando
Copy link
Contributor

No description provided.

ManuelFernando and others added 28 commits November 27, 2017 08:29
* Add NativeScript support

* Add tests for NativeScript

* Replace React-Native with NativeScript in NativeScript tests

* Fix support for nativescript

* Add tasks for to gulpfile for nativescript

* Create dist for nativescript

* Update .gitignore for nativescript

* Remove NativeScript dist bundle

* Use NativeScript http module

* Remove some Gulp tasks related to NativeScript

* Update compiled modules

* Update dist bundles

* Replace all uses of uuid with lil-uuid

* Fix error detection for NartiveScript network module

* Check if abort is a function before calling it

Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it.

* Update all the builds

* add entry point to app with Native Script

* resolve eslint issues

* add operation delete to native script

* remove multi-spaces
set ssl to true for nodejs by default
* isHeartbeatOnAllSubscriptions

* remove isHeartbeatOnAllSubscriptions from the config

* start only the heartbeat loop with heartbeatChannels and heartbeatChannelGroup

// reset the current timetoken to get a connect event.
if (this._currentTimetoken !== '0') {
if (this._currentTimetoken !== '0' && this._currentTimetoken !== 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a scenario where this value set to '0'?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there may be a case of when the service responds with a 0 timetoken but switching the region.

@ManuelFernando ManuelFernando merged commit 95cb5ef into master Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants