This fix was for mode 1.

Mode 2 was partially fixed.

Crap, need to fix the relays.length for the pendingEOSE

Reply to this note

Please Login to reply.

Discussion

A ridiculous fix.

Using this code instead of the simple `relays.length`:

```

Array.from(relays).filter(_ => _.id === id).length

```

Anyways, should works

Yeah, Both bouncing mode should works now in case anyone asked.

🙌