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
In the example in #21 it wasn't clear what the ClientConnection should return from it's .produces so I tried initially with ClientConnection which led to a possibly infinite recursion in the first pass over the components adding a ConnectionManager. This probably wants to bail earlier if a Connection .provides the same class as itself.
The text was updated successfully, but these errors were encountered:
In the example in #21 it wasn't clear what the
ClientConnection
should return from it's.produces
so I tried initially withClientConnection
which led to a possibly infinite recursion in the first pass over the components adding a ConnectionManager. This probably wants to bail earlier if a Connection.provides
the same class as itself.The text was updated successfully, but these errors were encountered: