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
Creating this ticket so I can remove a TODO from code.
Poison.encode(keys: :atoms) is potentially unsafe for open ended structures such as metadata and substitution_data, as atoms are not garbage collected and are a definite (albeit often slow) memory leak. Substitution data and metadata should be decoded into a string keys map.
The text was updated successfully, but these errors were encountered:
Creating this ticket so I can remove a TODO from code.
Poison.encode(keys: :atoms)
is potentially unsafe for open ended structures such asmetadata
andsubstitution_data
, as atoms are not garbage collected and are a definite (albeit often slow) memory leak. Substitution data and metadata should be decoded into a string keys map.The text was updated successfully, but these errors were encountered: