79683533

Date: 2025-06-29 06:19:51
Score: 1
Natty:
Report link

according to this GitHub thread there is a 4Mb ( 33 554 432 bits ) message limit on gRPC which could be related with the limts you encounter.

I would suggest to send each parameter on an individual gRPC message which would avoid the message limit and could be easier to maintain.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tr0fin0