Skip to content

Commit e0acd50

Browse files
committed
Update doc
1 parent a593f2f commit e0acd50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,9 @@ class TritonPythonModel:
736736
return None
737737
```
738738

739+
*Note:*: If `response_sender` is reused across multiple requests, the model must
740+
ensure that the `response_sender` is properly cleaned up for the rescheduled requests.
741+
739742
### `finalize`
740743

741744
Implementing `finalize` is optional. This function allows you to do any clean

0 commit comments

Comments
 (0)