We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250317c commit 0ecbcaeCopy full SHA for 0ecbcae
client/transport/sse.go
@@ -131,7 +131,7 @@ func (c *SSE) readSSE(ctx context.Context, reader io.ReadCloser) {
131
132
// handleSSEEvent processes SSE events based on their type.
133
// Handles 'endpoint' events for connection setup and 'message' events for JSON-RPC communication.
134
-func (c *SSE) handleSSEEvent(evt sseEvent) {
+func (c *SSE) handleSSEEvent(evt SSEEvent) {
135
switch evt.event {
136
case "endpoint":
137
endpoint, err := c.baseURL.Parse(evt.data)
0 commit comments