I've found the following issue. Some people (including me) want to reconnect manually, but there is no public method like reconnect. Instead, running client.close(false) reconnects manually, so I've added explanation for it.
@acro5piano: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/
Hi, thank you for great work.
I've found the following issue. Some people (including me) want to reconnect manually, but there is no public method like
reconnect
. Instead, runningclient.close(false)
reconnects manually, so I've added explanation for it.https://github.com/apollographql/subscriptions-transport-ws/issues/226