ngx-socket-io icon indicating copy to clipboard operation
ngx-socket-io copied to clipboard

fix(): fixes provider factory

Open karsa-mistmere opened this issue 5 months ago • 0 comments

There's a typo in provideSocketIo that results in an instance of SocketFactory being provided instead of a WrappedSocket instance. This PR fixes this, by replacing the arrow function returning SocketFactory with SocketFactory itself.

karsa-mistmere avatar May 12 '25 14:05 karsa-mistmere