Bugs: Browse | Submit New | Admin
Consider services A, B, and C. A depends on B, B depends on C : a.go calls @b.go, b.go calls @c.go1 and @c.go2, c.go1 and c.go2 puts messages. Such dependency chain leads to strange behavior when calling a.go : c.go1 and c.go2 are called twice (see attached example).
Add A Comment: