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
Multiple binds of the same typesinterfaces.MuxHandler
...interfaces.MuxHandler is treated as []interfaces.MuxHandler so wire looks for a provider of []interfaces.MuxHandler instead of packing all the previous structs of type interfaces.MuxHandler and sending it to the NewServerProvider.
Am I missing anything? Or if it looks good, I think this can be a good addition.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried doing the following:
It failed on multiple levels:
interfaces.MuxHandler
...interfaces.MuxHandler
is treated as[]interfaces.MuxHandler
sowire
looks for a provider of[]interfaces.MuxHandler
instead of packing all the previous structs of typeinterfaces.MuxHandler
and sending it to theNewServerProvider
.Am I missing anything? Or if it looks good, I think this can be a good addition.
Beta Was this translation helpful? Give feedback.
All reactions