we are now attempting to move from subscriptions t...
# orm-help
r
we are now attempting to move from subscriptions to
$subscribe
in the
prisma-client
. This seems to work great, except that if the prisma-backend is not reachable at the time when we set up the subscription, it will not give us any feedback, and no reconnect if the connection drops. Is there a way to access
onDisconnected
etc to attempt to reconnect?