laravel / echo

Laravel Echo library for beautiful Pusher and Ably integration.
https://laravel.com/docs/broadcasting#client-side-installation
MIT License
1.18k stars 182 forks source link

Export connectors and channels alongside with Echo and abstract classes #387

Closed akabuda050 closed 12 months ago

akabuda050 commented 12 months ago

Hey there!

Is it possible to add connectors and channels being exported alongside Echo and abstract classes. I would use them in custom connector?

Thanks.

crynobone commented 12 months ago

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

akabuda050 commented 12 months ago

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

thanks for the quick response. I believe it's can be treated as a bug also for the better reference if anyone will discuss it, the lib missing few exports from package entry point https://github.com/laravel/echo/blob/master/src/echo.ts Screenshot_2023-11-02-03-31-39-785-edit_com android chrome

Those could be PusherChannel, PusherConnector and other classes/interfaces