Skip to content
  • Tim Schoof's avatar
    Don't create new broker and producer instances · 00f78aa5
    Tim Schoof authored
    Before, new broker and producer instances were created for each
    substream and immediately replaced with the instances stored in the
    application object.
    The large amount of new instances is unnecessary and triggered a
    resource leak in the Python broker wrapper.
    00f78aa5