You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I still can't download anything over 4MB. However what does work is manually changing GRPC_DEFAULT_MAX_RECV_MESSAGE_LENGTH in grpc_types.h, but that's not a durable solution.
I'm not sure if this is the right place for this issue. I'm on 1.49.0.
The text was updated successfully, but these errors were encountered:
this has nothing to do with the issue, but I was wondering how you added the LED rings on the buttons for your Gamecube?
I drilled some holes and glued in 4 3mm LEDs in each button socked laying flat. I sanded the LEDs for better light spread. I also sanded down the bottom rim of the buttons to prevent light blockage.
The default message size is capped at 4MB but I need to be able to download files up to 15MB big.
There are two ways to increase this limit but neither of them seem to work. When initing a service you can pass
callOptions
. I tried passing this:However I still can't download anything over 4MB. However what does work is manually changing
GRPC_DEFAULT_MAX_RECV_MESSAGE_LENGTH
ingrpc_types.h
, but that's not a durable solution.I'm not sure if this is the right place for this issue. I'm on 1.49.0.
The text was updated successfully, but these errors were encountered: