Error: connect() already called

Hello! i’m new in mediasoup. So i have problem with this error.
That’s my case:

  1. User1 calling User2.
  2. User2 abort calling.
  3. Client-side application close send transport
  4. Server-side close producer

After that when i try to call him again. I got

Error: connect() already called

should me close transport on server-side?

Yes. Also look for the very same topic in this forum. It’s been asked multiple times.

Thanks for answer. Is it correct if I using one router for a one call-session I can close all transports in router?