> > > try: > > event.container.container_id = None > > before opening any connection (in which case they should each get a > different uuid), or else setting it to a different value of your > choosing before opening
That was kind of it. Session uses the id to name the link and the id comes from a uuid set the first time. Instead of setting it to None each time I just had to name (parameter to create_sender) each of my senders /links Thank you so much. Louis
