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
RpcFunctionInvocationDispatcher.InitializeAsync() is responsible for starting the worker channel initialization process. This logic needs to be broken down into multiple sections because this method currently starts the worker channels, sets up the function invocation buffers, and sends the function load requests.
However, the worker indexing pipeline requires that the worker provide the function metadata before the function invocation buffers can be set up and before the function load requests can be sent.
The text was updated successfully, but these errors were encountered:
RpcFunctionInvocationDispatcher.InitializeAsync()
is responsible for starting the worker channel initialization process. This logic needs to be broken down into multiple sections because this method currently starts the worker channels, sets up the function invocation buffers, and sends the function load requests.However, the worker indexing pipeline requires that the worker provide the function metadata before the function invocation buffers can be set up and before the function load requests can be sent.
The text was updated successfully, but these errors were encountered: