-
Notifications
You must be signed in to change notification settings - Fork 233
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
ReadMe is misguiding #74
Comments
The readme uses 'socketFactory' not 'socketProvider'. I just started using this library but have been able to successfully get basic functionality up using 'sockteFactory' you should try that instead. |
would anyone like to put together a PR to improve the docs? |
@btford Yes it would help alot. Right now they are very hard to understand. Also an example of sending and receiving messages would be nice. They seem easy but getting it working the first time is a pain. |
When I tried to configure the
socketProvider
as explained in the doc I got an error messageinjector:modulerr
.When I tried
socketFactoryProvider
instead, theinjector:modulerr
error seems gone but theprefix
and other methods mentioned in readme areundefined
. I found the doc misguiding. Am I doing something wrong, how can I get it work ??The text was updated successfully, but these errors were encountered: