Suppress unhandled promise rejection while trying to reconnect.
connect method in anycable-client/packages/core/cable/index.js is async, so it would be good idea to
change connect method in anycable-client/packages/core/monitor/index.test.ts to async variant
catch connect rejections in anycable-client/packages/core/monitor/index.js
Suppress unhandled promise rejection while trying to reconnect.
connect
method inanycable-client/packages/core/cable/index.js
is async, so it would be good idea toconnect
method inanycable-client/packages/core/monitor/index.test.ts
to async variantanycable-client/packages/core/monitor/index.js