Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

don't call the "connection handler" for outbound connections #133

Closed
wants to merge 1 commit into from

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Jul 9, 2019

"oops"

This was never supposed to happen. However, it looks like this has been happening forever. Should we just update the documentation?

If we do that, we should fix the basic host to not call identify from Connect.

"oops"

This was never supposed to happen.

Caveat: Fixing this bug may expose other bugs. We need to be very careful here.
@Stebalien Stebalien requested a review from raulk July 9, 2019 22:02
// but that should happen much earlier (really,
// inside the transport and, if not then, during
// the notifications).
if h := s.ConnHandler(); h != nil {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the TODO still valid ?

@marten-seemann
Copy link
Contributor

We removed the ConnHandler in #286.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants