Franck R.

Results 172 comments of Franck R.

Would it make sense to have an option so that the action checks `mergeable` instead of `mergeable_status`?

Any chance for this to be looked at? :)

It may be worth considering fetch to reduce the dependencies in the browser environment.

For some reason, when switching Status app it does open to the previous app. But in the case of the back button being used, when switching back it goes to...

I dont see in your changes a way to allow other server to know on what port your websocket is listenning. Can you advise me on this ?

Alright, I need to get more info on the point of websocket then :)

Please note that it seems that pubsub is not aware that the stream is closed. Indeed, when a stream close, the peer should be removed from `pubsub.peers` as per https://github.com/libp2p/js-libp2p-interfaces/blob/13f6ed6b3ecf9db98f82728359c529d7def61298/src/pubsub/index.js#L306...

Hi @vasco-santos, Thank you for the information. I am not quite sure how I can reproduce in test as the stream being aborted comes from nginx timeout, when used as...

I have been spending some time trying to recreate in test environment. It looks like the streams are closed after exactly 10min of idle (TCP timeout?). This is something I...

I wonder if https://github.com/libp2p/js-libp2p/pull/1221 helps with this issue.