magine

Results 15 comments of magine

Hi @yukibtc, I apologize for the delayed response. This PR looks great to me.

@dmitry-markin Hi, thanks for your reminder, I have now added this configuration. But there are still disconnections. After setting the log level to trace, I found a "keep-alive timeout exceeded,...

@dmitry-markin I'm sure because the connection is created by invoking `send_request`. (I added peer multiaddr before `send_request`.) ```rust let request_id = self .p2p_server .request_response_handle .send_request(peer_id, request_data, DialOptions::Dial) .await?; ``` I'm...

@altonen Hi, I opened a pull request #155 to enable timeout configuration of `RequestResponseProtocol` to keep-alive. I'm not sure if this change conforms to the design concept of litep2p. It's...

> > Developers can use Relay as an optional solution to obtain the connection status. For example, they may want to display connection status to users or customize reconnection behavior....