fix: uncomment emitter.complete() for notifications to prevent client hang
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m37s

This commit is contained in:
jade
2026-08-10 15:40:48 +09:00
parent 25f55e4455
commit cf0a25bac3

View File

@@ -179,7 +179,7 @@ public class CustomWebMvcSseServerTransportProvider implements McpServerTranspor
log.info("Message sent to session handler");
if (emitter != null && !map.containsKey("id")) {
// emitter.complete();
emitter.complete();
log.info("Completed emitter for notification (disabled for keep-alive)");
}