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
To actually implement the server-side API defined in #4153, CCF needs to persists a Tx across multiple incoming requests. This is awkward if we think of it as an app in the current HTTP model, so may require pushing some implementation up the stack. That in turn may require separating executor traffic from client traffic very early.
The text was updated successfully, but these errors were encountered:
To actually implement the server-side API defined in #4153, CCF needs to persists a
Tx
across multiple incoming requests. This is awkward if we think of it as an app in the current HTTP model, so may require pushing some implementation up the stack. That in turn may require separating executor traffic from client traffic very early.The text was updated successfully, but these errors were encountered: