Some functions should work well again after improvements of handling EOSE in #bostr.
This includes:
- NIP-50 search fixes on some client
- etc....
This fix was for mode 1.
Mode 2 was partially fixed.
Crap, need to fix the relays.length for the pendingEOSE
Please Login to reply.
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.
🙌