ITrium-Salah

Results 7 comments of ITrium-Salah

@jmartisk Yes i have cancelled all subscriptions but i'm still receiving data from the server and the websocket seems to stay open after. Do you know a way to check...

> @jmartisk Yes i have cancelled all subscriptions but i'm still receiving data from the server and the websocket seems to stay open after. Do you know a way to...

@jmartisk Can you confirm me that by default the client do not use the websocket to send query or mutation and there is no risk that the websocket is kept...

My code is quite complex to produce a reproducible example. I think that maybe a subscription is still alive. I will merge all my graphql subscription into one graphql client...

@jmartisk Can i reuse a graphql client after calling close on it? If not how i can "reset" my graphql client after closing it?

@jmartisk Just to inform you, but I re-performed more in-depth tests on my code, and with the management of failures I forgot the case of onComplete. When killing or stopping...

For the client side yes clearly low priority cause we can configure the OS tcp keepalive time by settings: Windows: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters KeepAlive` Linux: `net.ipv4.tcp_keepalive_time, net.ipv4.tcp_keepalive_probes,net.ipv4.tcp_keepalive_intvl` A simple (i think) solution...