aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.44k stars 2.13k forks source link

refactor(api-graphql): apply WS.close to base class #13991

Closed iartemiev closed 2 weeks ago

iartemiev commented 2 weeks ago

Description of changes

Applying change from #13989 to the base class. Verified that this does not affect the Realtime provider. .close() is not accessible publicly and is not invoked internally on that provider.

Description of how you validated changes

Checklist

iartemiev commented 2 weeks ago

fix vs refactor?

Refactor is more appropriate. Updated