-
if i use a workaround technique of #346, i can get the `onClose` call. but if i attempt to close connection before it's been established (i.e. before `onOpen`) call, the socket remains open long after…
-
Reported issue:
> We're using version io.ably:ably-android:1.0.14
>
> After the ably instance gets disconnected (airplane mode) we'll receive the events for reconnection. After reconnecting, none of …
-
When the payload is to big, the callback won't be fired.
Can this be fixed?
-
Android SDK version 25 in Android emulator.
I keep getting `HostnameUnverifiedException` thrown from `SocketConnector.verifyHostname(SSLSocket socket, String hostname)` at SocketConnector.java line…
-
## Bug report
- Subscribe to subscriptions.
- Receiving data from subscriptions (working).
- Still uses the app about 30 . In 30 minutes BE doesn't send anything. 31st minute BE sends data to subs…
-
Hi Jonathan,
I see we have BNBZAR on VALR now.
Could you please add it to the websocket?
Kind regards
Hannes
-
Hello, the application cannot find my personalized dashboard.
I created a custom dashboard Card and a custom dashboard Section but neither appears in your extension (mobile app).
![image](https://…
-
Not really an issue, but I'm currently in the process of making a native weylus client for windows, macos and linux in gtk4 in golang, for devices like microsoft surfaces, as on Linux there aren't rea…
-
### Version
29.7.0
### Steps to reproduce
After I upgraded `typeScript` version from `5.5.4` to `5.6.2`, my test pipeline execution failed.
My execution failed pipeline is https://github.com/wtt…
-
HI.
I'm building an app and have some issue.
Here is my scenario.
```javascript
// Establish WebRTC Connection
InCallManager.start({ media: 'video', auto: true });
// Communicate through RTC…