sachin shinde
sachin shinde
Adding manual disconnect facility and proxy to socketcluster client. I think it is really necessary to have this in all clients.
It should be possible to implement interface that will allow to use both OkHTTP websockets and NeoVisionaries.
* Sync all socket level API's with respect to JS client * Sync all channel level API's with respect to JS client. * Well tested major release of client
Implement Observable stream pattern in the library, keep separate subscribers to receive and send data to the server. Add extra methods ( not present currently) that simplify library usage.
You have made an awesome websocket client and I appreciate it, but there is a little imp. problem. I think most of the people must have opened this type of...
is this native websocket client or simply ported from javascript via JSbridge?
Thanks for the wonderful chat sdk library! I was wondering if you can add support for [ably-broadcaster](https://github.com/ably/laravel-broadcaster). [Ably-broadcaster](https://github.com/ably/laravel-broadcaster) is officially recognized by laravel https://laravel.com/docs/10.x/broadcasting#ably and provides [advanced features](https://github.com/ably/laravel-broadcaster?tab=readme-ov-file#features) on top...
* Based on https://github.com/ably/ably-go/pull/603 * Need to be done in a separate branch V2 since this is a possible breaking change => https://github.com/ably/ably-go/issues/608 * Additional publish-subscribe type safety implementation suggested...
* As per [comment](https://github.com/ably/ably-go/pull/613#issuecomment-1887501544) by SimonWoolf => ``` Also -- why does lockStartRetryAttachLoop start off by moving the channel into the detached state? makes no sense ``` * Seems we...