Skip to content

bug: Streamable HTTP Sampling doesnt work #530

@Scutc

Description

@Scutc

Description

Newly merged feature of sampling for StreamableHttp doesn't work. Examples from sampling_http_server and sampling_http_client are now working. Client send request, but on step of waiting client response process stuck until timeout exceed.

select { case response := <-responseChan: if response.err != nil { return nil, response.err } return response.result, nil case <-ctx.Done(): return nil, ctx.Err() }

Server SSE sampling event doesn't catched and proceed by client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions