ably-go
ably-go copied to clipboard
RTN13: Connection.ping
Write spec tests for RTN13, ensure they pass and that the affected API conforms to the 1.2 API design.
Connection Ping function is not implemented, need to implement and then write tests for it
@sacOO7 It is implemented: https://github.com/ably/ably-go/blob/270df167833b9c5f82917a5bee2c1bd6fa421977/ably/realtime_conn.go#L468
@tcard if you look carefully, it returns new error with todo
https://github.com/ably/ably-go/blob/270df167833b9c5f82917a5bee2c1bd6fa421977/ably/realtime_conn.go#L468-L476
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 the moment.