Sandipan Haldar

Results 6 comments of Sandipan Haldar

The azure output looks something like `{"status": "Succeeded", "recognitionResult": {"lines": [{"boundingBox": [292, 146, 780, 144, 781, 218, 293, 220], "text": "string1", "words": [{"boundingBox": [297, 150, 774, 145, 775, 218, 300,...

Initially the issue was ![Image](https://github.com/user-attachments/assets/fa08951c-1cf3-45fb-9459-243574ee88e5) Now it has changed it to the above issue

A workaround is use ctx.info to send your message and parse it using log_handler in client

Hey @jlowin I have run a few example server tests on my local. Please let me know how to be more comprehensive about it

The issue looks server tries to send a response through the stream after the stream is closed. When a client disconnects, the TaskGroup tries to clean up but encounters an...

ran into same issue here . Also SSE server does not even run with mcp.run in my case. Got fixed with run_sse_async. Is anyone working on the fix?