mcp-go icon indicating copy to clipboard operation
mcp-go copied to clipboard

Data race between Start and Shutdown in SSEServer struct

Open Degfy opened this issue 7 months ago • 0 comments

There is data race between

func (s *SSEServer) Start(addr string) error

and

func (s *SSEServer) Shutdown(ctx context.Context) error

Degfy avatar Apr 17 '25 14:04 Degfy