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
We currently have a recursive message (example NodeFunction with the next_node field). This can be problematic because some protobuf implementations have depth limits how much nesting is allowed. The rust implementation has a limit of 100 and I couldn't find the limit for ruby.