Skip to content

Commit c1bbaf6

Browse files
committed
RDCIST-3853: Remove terminate_on_close
1 parent a51910a commit c1bbaf6

File tree

1 file changed

+0
-1
lines changed
  • examples/clients/simple-private-gateway/mcp_simple_private_gateway

1 file changed

+0
-1
lines changed

examples/clients/simple-private-gateway/mcp_simple_private_gateway/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ async def connect(self):
120120
extensions=extensions,
121121
auth=auth,
122122
timeout=timedelta(seconds=60),
123-
terminate_on_close=False, # Skip session termination to avoid SSL errors
124123
) as (read_stream, write_stream, get_session_id):
125124
await self._run_session(read_stream, write_stream, get_session_id)
126125

0 commit comments

Comments
 (0)