MCPcopy
hub / github.com/arc53/DocsGPT / EventStreamConnection

Interface EventStreamConnection

frontend/src/events/eventStreamClient.ts:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface EventStreamConnection {
47 close(): void;
48}
49
50/**
51 * Backoff schedule (ms) for reconnect attempts. Capped at 30s so a long

Callers 8

handleAuthFunction · 0.65
ConnectorAuthFunction · 0.65
stopAudioProcessingFunction · 0.65
MCPServerModalFunction · 0.65
useEventStreamFunction · 0.65
upload_indexFunction · 0.65
mcp_oauthFunction · 0.65
pinned_requestFunction · 0.65

Implementers 6

BatchedJournalWriterapplication/streaming/message_journal.
_Responsetests/llm/test_novita_llm.py
CloseableResponsetests/llm/test_google_ai.py
ClosableListtests/llm/test_anthropic.py
_FakePubSubtests/api/test_events_routes.py
_NoopJournalWritertests/api/v1/test_v1_tool_pause_finali

Calls

no outgoing calls

Tested by

no test coverage detected