Skip to content

Conversation

@erlichmen
Copy link

New server option to control the generation of the stream id, the default behaviour is incrementing numbers (odds for server side stream, even for client side stream) but for all kinds of proposes you might want to control how those ids are generated.

New server option to control the generation of the stream id, the default behaviour is incrementing numbers (odds for server side stream, even for client side stream) but for all kinds of proposes you might want to control how those ids are generated.
@arnaudbreton
Copy link

On my side, I created a custom ID, server side because when 2 clients connects they always get the same ID which leads to errors.

Stream ID should be returned by the server when connection is opened.

@erlichmen
Copy link
Author

@arnaudbreton interesting can you post the changes?

@arnaudbreton
Copy link

It's not integrated in BinaryJS at the moment, fully handled in my code.

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

Successfully merging this pull request may close these issues.

2 participants