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

Stream handling #307

Closed
wemeetagain opened this issue Jul 22, 2022 · 1 comment
Closed

Stream handling #307

wemeetagain opened this issue Jul 22, 2022 · 1 comment

Comments

@wemeetagain
Copy link
Member

libp2p/js-libp2p#1301 increases the default stream limits so we can go with these for now, we can always tune further at a later date.

Talking to some of the libp2p folk, single, full-duplex or long-lived half-duplex gossipsub streams remove a bit of flexibility around things like low-power devices which may not be able to hold a connection open forever and may just want to periodically connect to send a message so I guess we should handle multiple incoming streams, also ones that only exist for the duration of one message, etc.

Originally posted by @achingbrain in #293 (comment)

@wemeetagain
Copy link
Member Author

Closing this for now, if the spec changes or if usage patterns emerge for ephemeral gossipsub streams, we can reconsider

@wemeetagain wemeetagain closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant