-
```
Currently for Android you have Apache and UrlConnection based transports.
Square has very good alternative http client that works for Android 2.2 and
higher.
https://github.com/square/okhttp
`…
-
Was already posted on the discord... theres a weird exception going on when using the relay... It happens completly randomly but is game breaking.
https://media.discordapp.net/attachments/56303315848…
-
I am using apollo for iOS against my backend and wanted to implement subscriptions. Since my authentication mechanism is session-based I need the `session-id cookie` to be attached to each request, i…
-
Hi, Thanks for the great library! I really appreciate the efforts you guys have taken to build this project.
Issue Description:
We recently encountered an issue, leader stopped sending appendEntri…
-
### Summary
Crashlytics is reporting a very rare but consistent crash on the com.apollograph.websocket queue.
```
Crashed: com.apollographql.websocket
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000…
-
## Bug report
The network performance of the app is very bad. All the queries are performed correctly, but it looks like there is a queue for the operations and they are performed one by one (in seri…
-
![startHost](https://user-images.githubusercontent.com/21058038/154828898-88aacad6-7d65-40b4-b46f-f1902b9ecac3.png)
![Discovery Servers](https://user-images.githubusercontent.com/21058038/154828929-f…
-
**Cause**
Consider there being a client A and B. Client A joins first than client B joins. The error occurs when client B joins and the error is only shown on client A.
_A player is trying to be…
-
This select statement in inmemPipeline.AppendEntries:
```go
select {
case i.peer.consumerCh
-
## 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…