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
Right now the generated code always uses synamic dispatch and boxes the transport in a DynTransport. This should be an opt-in feature and default to being generic over the transport it uses.
The text was updated successfully, but these errors were encountered:
Right now the generated code always uses synamic dispatch and boxes the transport in a
DynTransport
. This should be an opt-in feature and default to being generic over the transport it uses.The text was updated successfully, but these errors were encountered: