Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally accept explicit udp:// and tcp:// scheme in Factory #146

Merged
merged 1 commit into from
Aug 10, 2019

Conversation

clue
Copy link
Member

@clue clue commented Aug 8, 2019

The Factory defaults to creating a UDP-based executor-stack. One can now
explicitly specify the tcp:// URI scheme in order force using the new
TCP-based executor stack. In a follow-up changeset, the default will be
changed to automatic transport protocol detection (#19) and the explicit
choice will mostly exist for rare special cases and debugging purposes.

Builds on top of #145
Refs #19
Refs #5

The Factory defaults to creating a UDP-based executor-stack. One can now
explicitly specify the tcp:// URI scheme in order force using the new
TCP-based executor stack. In a follow-up changeset, the default will be
changed to automatic transport protocol detection and the explicit
choice will mostly exist for rare special cases and debugging purposes.
@clue clue added this to the v1.2.0 milestone Aug 8, 2019
@clue clue requested review from jsor and WyriHaximus August 9, 2019 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants