Skip to content

Commit

Permalink
Improve in-app action for connected hosts, enable force disconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmischka committed May 23, 2023
1 parent f31ae09 commit 75ec7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interval/sdk",
"version": "1.3.0",
"version": "1.3.1-dev",
"description": "The frontendless framework for high growth companies. Interval automatically generates apps by inlining the UI in your backend code. It's a faster and more maintainable way to build internal tools, rapid prototypes, and more.",
"homepage": "https://interval.com",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/classes/IntervalClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,8 @@ export default class IntervalClient {
this.#resendPendingPageLayouts()
})
.catch(err => {
this.#logger.debug('Failed resending saved calls', err)
this.#logger.debug('Failed reestablishing connection', err)
this.#isConnected = false
})

this.#log.prod(
Expand Down

0 comments on commit 75ec7ac

Please sign in to comment.