absinthe-graphql / absinthe-socket

Core JavaScript support for Absinthe WS-based operations
MIT License
149 stars 75 forks source link

How can we cancel the retry for connection? #61

Open tansanDOTeth opened 2 years ago

tansanDOTeth commented 2 years ago

Related to #24

How can we kill the connection if the connection was refused with :error? or how can we manually kill this on logout? is there a callback that we can supply to disconnect on error?

image