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
bblfshd imports go-clienthere, and probably in other places, but at the same time go-client needs the bblfshd to be running in order to work. This is a cycle in dependencies that may be worth exploring and solving (in case it is a bug).
The text was updated successfully, but these errors were encountered:
I believe it's not a strict cycle: bblfshd has a static dependency on some of the client library's support code, but I think not the client itself. The opposite is a runtime (RPC) dependency.
That said: This probably does mean we could factor out the shared code as a separate package, even if it continues to live in the client repo.
bblfshd
importsgo-client
here, and probably in other places, but at the same timego-client
needs thebblfshd
to be running in order to work. This is a cycle in dependencies that may be worth exploring and solving (in case it is a bug).The text was updated successfully, but these errors were encountered: