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
In various places, Wallaroo code allocates a new Writer object for a single use when re-use of a long-lived Writer object should be done instead. For example, #2983 (comment) in connector_sink.pony. When feasible, refactor code to use long-lived objects.
The text was updated successfully, but these errors were encountered:
In various places, Wallaroo code allocates a new
Writer
object for a single use when re-use of a long-livedWriter
object should be done instead. For example, #2983 (comment) inconnector_sink.pony
. When feasible, refactor code to use long-lived objects.The text was updated successfully, but these errors were encountered: