Skip to content

Commit a838b77

Browse files
fix: allow setting max message length for send operations (#1775)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 25fe193 commit a838b77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/1775.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
allow setting max message length for send operations

src/ansys/geometry/core/connection/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def __init__(
184184
self._target,
185185
options=[
186186
("grpc.max_receive_message_length", MAX_MESSAGE_LENGTH),
187+
("grpc.max_send_message_length", MAX_MESSAGE_LENGTH),
187188
],
188189
)
189190

0 commit comments

Comments
 (0)