Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aspen-cloud/triplit
/ closeConnection
Method
closeConnection
packages/client/src/sync-engine.ts:1254–1256 ·
view source on GitHub ↗
(reason?: CloseReason)
Source
from the content-addressed store, hash-verified
1252
}
1253
1254
private closeConnection(reason?: CloseReason) {
1255
this.transport.close(reason);
1256
}
1257
1258
private resetReconnectTimeout() {
1259
clearTimeout(this.reconnectTimeout);
Callers
5
onMessageHandler
Method · 0.95
onErrorHandler
Method · 0.95
disconnect
Method · 0.95
close
Method · 0.45
errorHandler
Method · 0.45
Calls
1
close
Method · 0.65
Tested by
no test coverage detected