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

replaced JsonParser with JsonConvert to allow parsing custom types #164

Merged
merged 1 commit into from
Jul 21, 2018

Conversation

GHXX
Copy link
Contributor

@GHXX GHXX commented Jul 18, 2018

I used this library to make a chat app today, but the parsed result which then gets sent to the webserver differs from other socket io clients for other languages.

Thats why I replaced the arg parser with JsonConvert. The additional benefit is that it can parse any type you give it with ease.

@mattqs mattqs merged commit 36d24ac into Quobject:master Jul 21, 2018
@mattqs
Copy link
Contributor

mattqs commented Jan 1, 2019

Unit tests failed after this commit. Changed parser back .

@GHXX
Copy link
Contributor Author

GHXX commented Jan 1, 2019

After half a year lol, but what unit test(s) failed?

@mattqs
Copy link
Contributor

mattqs commented Jan 1, 2019

THIS PROJECT IS DEPRECATED
Component is not maintained anymore. See Quobject/EngineIoClientDotNet#69 for more information.

@GHXX
Copy link
Contributor Author

GHXX commented Jan 1, 2019

That doesnt explain the unit test failure though, and yes, i already read that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants