Skip to content

Commit 19b3f50

Browse files
Release (#1908)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32d5948 commit 19b3f50

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/enable-keep-alive.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gadgetinc/ggt
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- a42ba35: Enable `keepAlive` in the graphql-ws client to keep the connection alive.
8+
9+
Users have pointed out that `ggt dev` stops receiving file updates sometimes after their computer has gone to sleep.
10+
11+
This fixes that issue by enabling the `keepAlive` option in the graphql-ws client. This makes the client send a ping every few seconds to the server to ensure the connection is still alive. Luckily for us, we've already implemented the pong handler on our servers because we use this same pattern in our editor!
12+
313
## 1.4.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ggt",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "The command-line interface for Gadget",
55
"homepage": "https://github.com/gadget-inc/ggt",
66
"bugs": {

0 commit comments

Comments
 (0)