Currently replica object only tracks active WS sessions, other types of requests such as SSE has counter decremented on first response: ‘’’ if (res!.status !== 101) { await this.#close(rid, gid, true); } ‘’’
Currently replica object only tracks active WS sessions, other types of requests such as SSE has counter decremented on first response:
‘’’
if (res!.status !== 101) {
await this.#close(rid, gid, true);
}
‘’’