btford / btford/angular-socket-io
socket on connect
Open
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
socket on connect function need page refreshed.
```
socket.on("connect",function(){
reconnection = true
console.log("io coneected");
});
```
i allready disable cache view and set maximum cache config to zero. and i still need page to be reloaded.
its bug or just me having this problem
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.