Julio Garcia

Results 7 comments of Julio Garcia

Great! I will test that branch and make changes there, if needed. But if that PR is already reviewed, why doesn't it make it to the v0.21 release?

In our particular case we always check the protocols right after doing `host.Connect()` successfully, so That's why I think it does not have to do with cleaning protocols on disconnected...

In production we have a retry loop (that eventually times out) that gets protocols every 50ms with the hope of identifying completes first, but no luck. The stream creation was...

> Are you familiar with the event bus? You can subscribe to the identify event, which will fire once the list of protocols is available. I see, we could do...

Sure. I re-run the whole test again. But the results are a bit different from the last time. Now I get fewer zero-protocol errors, and most of them are at...

I ran the test again. This time the difference is that after zero protocols I **always** can open a stream with the peer reporting zero protocols. So those peers shouldn't...

> As I understand, now you can open the streams so the only problem is that these peers have provided zero protocols in identify or potentially identify has failed. Correct...