Toni Cárdenas
Toni Cárdenas
Missing: * Ably's application server key is currently hardcoded. Probably needs to be served. https://github.com/ably/ably-js/blob/183a62dd7cb381262ad884677d126a966c8cb64e/browser/fragments/platform-browser.js#L77 * Safari support. See https://github.com/ably/wiki/issues/242 https://github.com/ably/ably-js/blob/183a62dd7cb381262ad884677d126a966c8cb64e/browser/fragments/platform-browser.js#L123 * Form factor needs to be detected. https://github.com/ably/ably-js/blob/183a62dd7cb381262ad884677d126a966c8cb64e/browser/fragments/platform-browser.js#L30 *...
Also, PushChannel is not implemented at all.
@sacOO7 It is implemented: https://github.com/ably/ably-go/blob/270df167833b9c5f82917a5bee2c1bd6fa421977/ably/realtime_conn.go#L468
Ah OK, sorry, I thought you meant it's not there at all. Since it is exposed, it needs to have a spec-compliant API at least, or just removed entirely for...
Alternatively, methods on `Message` and friends could be moved to the classes acting on them (ie. `AblyRest/Realtime` and its auxiliary classes) so that they're left just holding the data as...
@paddybyers WDYT?
@paddybyers WDYT?
Hey @dearchap, we already worked around this issue and it isn't really affecting us anymore. We upgraded from version v2.27.7. Regardless of this is a regression or not, it seems...
I've added a link to [a repro in the Go playground](https://go.dev/play/p/yfNGl3GTAer).
If this proposal is accepted, I would appreciate the opportunity to implement it too.