We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
keepalive: true
1 parent 4cce1a2 commit 7b13eb2Copy full SHA for 7b13eb2
1 file changed
src/services/mcws/MCWSClient.js
@@ -59,6 +59,9 @@ class MCWSClient {
59
60
delete options.params;
61
}
62
+
63
+ // Keepalive
64
+ options.keepalive = true;
65
66
try {
67
response = await fetch(url, options);
0 commit comments