Rank 3: Container
I'm currently facing a critical issue with the Appwrite Realtime socket, which is related with this issue is still open.
The problem arises when there's a period of inactivity on the real-time socket. During this time, the socket stops sending any data. It behaves as if the connection has dropped, but it doesn't actually close the connection. The socket appears to be active but doesn't transmit any information.
However, when the socket eventually drops after this period of inactivity, it reconnects and starts functioning properly again.