Jireh June Nimes

Results 8 comments of Jireh June Nimes

Local registration is working but with error in the console as mentioned above. Please fix. Thanks!

@jondubois Thanks for responding immediately! - _Do you have a handler (listener) for the socket subscribe event somewhere else in the code which has a syntax error in it?_ That's...

@jondubois I doubled check and the issue only occurs when `socket.subscribe` is used. ![image](https://user-images.githubusercontent.com/10472490/94725738-d644bb00-038e-11eb-80a2-cb7b79033e93.png) Here's how I initialize the socket instance. Which is the content of the imported `socket` as...

@jondubois I removed any implementation of socket in the component and declared the `subscribe` method to the `socket.ts` file and the error didn't occurred even when the said file is...

@jondubois Tried downgrading to v14.3.1, with the `socket.subscribe` in the method in Vue component. Error didn't occurred in IE11 and displayed the app as expected which was the original implementation....

@jondubois Sorry for a lot of replies. I decided to use SocketCluster client v14.3.1 with `protocolVersion: 1` in the SocketCluster server v16.0.1 since it is working now with my full...

@jondubois Yeah, thanks! Thanks also for responding! It's kinda tricky too and did a lot of comment and uncomment to verify which one causes the issue before I started this...