MCPcopy
hub / github.com/electric-sql/pglite / QueuedConnection

Interface QueuedConnection

packages/pglite-socket/src/index.ts:285–292  ·  view source on GitHub ↗

* Represents a queued connection with timeout

Source from the content-addressed store, hash-verified

283 * Represents a queued connection with timeout
284 */
285interface QueuedConnection {
286 socket: Socket
287 clientInfo: {
288 clientAddress: string
289 clientPort: number
290 }
291 timeoutId: NodeJS.Timeout
292}
293
294/**
295 * Options for creating a PGLiteSocketServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected