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
I have a method with a custom object with two string properties as result.
If I decorate one or more properties with JSONName Attribute assigning NO name (name='') to it, after launching swagger (openapi button on main application form) and closing application, we obtain a memory leak.
This behaviour occurs only when openapi resource is called (calling the resource directly from postman doesn't create the memory leak) and only with JSONName = ''.
I have a method with a custom object with two string properties as result.
If I decorate one or more properties with JSONName Attribute assigning NO name (name='') to it, after launching swagger (openapi button on main application form) and closing application, we obtain a memory leak.
This behaviour occurs only when openapi resource is called (calling the resource directly from postman doesn't create the memory leak) and only with JSONName = ''.
Attached a test program
memory leak jsonname.zip
The text was updated successfully, but these errors were encountered: