konradkonrad

Results 24 comments of konradkonrad

@fuzzyrobot oh. It seems like you're having a different issue then. Make sure, you `docker rm` all instances of the `simple` version before you start over with `with-netstats` (also check...

Hey @bundlking is this issue still valid for you?

#### General approach - [ ] Remove `Delivered` - [ ] All protocol message that don't elicit an _immediate_ protocol response message require a `Processed` to clear the re-sending. Example:...

- when re-sending Processed, we have to [memorize/recall past message](https://github.com/raiden-network/raiden/pull/5581#issuecomment-603870261) ids - option: use a (modified) cachetools.TTL cache for non-expired locks, or their messages. scenario: partner node crashes before receiving...

It also seems on first sight, that `aiortc` does not deal with `keepalive`, see https://github.com/aiortc/aiortc/issues/225#issuecomment-555752962

We can see, that there are about 30 seconds from https://github.com/raiden-network/raiden/blob/develop/raiden/ui/app.py#L383 (which ultimately logs `Using Pathfinding Service`) until the request fails. Within these 30 seconds now further log output is...

> Can you try manually doing a curl request to both of the PFS' info endpoints from the SP server (ideally from within a docker container)? > > I had...

I'm reading very slow responses when connecting through `httpie` (i.e. with a python backend) to `badgateway.tech`: ``` # date && http https://transport.raiden.overdoze.se/health && date Tue Jun 8 12:39:32 PM CEST...

A solution is probably [payment receipts](https://github.com/raiden-network/raiden/issues/368)