I'm using Tinode as a standalone chat service alongside my microservices. I also use auth-rest for authentication. However, there's a problem: when Tinode starts up, it checks the /rtagns route, and if my server doesn't respond, Tinode crashes. This behavior goes against the principle of decoupling services.
Is there a way to prevent Tinode from calling the /rtagns route at startup, or is there another recommended approach to address this issue?
I'm using Tinode as a standalone chat service alongside my microservices. I also use auth-rest for authentication. However, there's a problem: when Tinode starts up, it checks the /rtagns route, and if my server doesn't respond, Tinode crashes. This behavior goes against the principle of decoupling services.
Is there a way to prevent Tinode from calling the /rtagns route at startup, or is there another recommended approach to address this issue?
I'm using Tinode as a standalone chat service alongside my microservices. I also use auth-rest for authentication. However, there's a problem: when Tinode starts up, it checks the /rtagns route, and if my server doesn't respond, Tinode crashes