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
When creating a server using v23.WithNewDispatchingServer and a custom dispatcher I see that the v23.Dispatcher.Lookup is invoked twice for each incoming RPC.
Sample traces obtained using -log_backtrace_at=main.go:59:
When creating a server using
v23.WithNewDispatchingServer
and a custom dispatcher I see that thev23.Dispatcher.Lookup
is invoked twice for each incoming RPC.Sample traces obtained using
-log_backtrace_at=main.go:59
:From
main.go
:The text was updated successfully, but these errors were encountered: