Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic:when nested struct #23

Open
SevenHe opened this issue Jun 15, 2021 · 0 comments
Open

panic:when nested struct #23

SevenHe opened this issue Jun 15, 2021 · 0 comments

Comments

@SevenHe
Copy link

SevenHe commented Jun 15, 2021

type A struct {
  Member *B
}

type B struct {
  NextA map[string]*A
}

Use any A obj, thrifter.Marshal would run out of memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant