- Try not to renew ${authKey} variable after auth
- Call _auth() only after ${authenticated} and ${!sessStarted} is passed
(_auth() is for telling the worker thread the authenticated user
pubkey)
- In worker_bouncer.js, If csess[m.id].pubkey === m.pubkey, We do not
need to do another reAUTH to these relays.
Signed-off-by: Yonle <yonle@lecturify.net>
The following configurations is removed due to flawed memory issues:
- broadcast_ratelimit
- incomming_ratelimit
Signed-off-by: Yonle <yonle@lecturify.net>
bostr already connected to relays before client is connecting to an
bouncer. So this feature is no longer needed.
Signed-off-by: Yonle <yonle@lecturify.net>