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

[UPDATE] Add Socketio support #1292

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

windmillcode0
Copy link

No description provided.

@windmillcode0
Copy link
Author

Greetings let me know how to properly contribute and run the unit tests

Copy link
Contributor

@WofWca WofWca left a comment

Choose a reason for hiding this comment

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

Is this WIP? What is the goal of this? Use cases? Is the Socketio mode compatible with all the current API?

@@ -62,13 +64,45 @@ export abstract class DataConnection extends BaseConnection<
);
}

protected parseMaximumSize(description?: RTCSessionDescription): number {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
protected parseMaximumSize(description?: RTCSessionDescription): number {
static parseMaximumSize(description?: RTCSessionDescription): number {

Comment on lines +120 to +126
"context": "browser",
"includeNodeModules": true,
"outputFormat": "esmodule",
"distDir": "./dist",
"publicUrl": "./",
"isLibrary": false,
"sourceMap": true
Copy link
Contributor

Choose a reason for hiding this comment

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

These are unrelated, right?

Copy link
Author

@windmillcode0 windmillcode0 Jul 30, 2024

Choose a reason for hiding this comment

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

There was no instructions of CONTRIBUTING.md, I did not know how to run the setup on my local machine and kept getting errors. Can you create a contributing.md guide for local setup? I also see the CI workflows but there is no information on how to sucessfully pass those either

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