Example Browser App Doesn't Work
ebebbington opened this issue · 0 comments
ebebbington commented
Describe the bug
The example browser app seems to use old and outdated syntax (Sockets syntax)
To Reproduce
Steps to reproduce the behavior:
- Run the example browser app
- See error
It looks like from the error messages, the app is using old syntax that isn't implemented annymore, for example using createChannel
instead of on
Expected behavior
App should run
Suggested Solution(s)
Update the code to be inline with Socket features and syntax