stephenlb / angularjs-chat

AngularJS Chat - Enable chat messaging experiences in your iOS, Android and Web apps.
https://stephenlb.github.io/angularjs-chat/
MIT License
73 stars 64 forks source link

no messages receive #10

Closed petrk94 closed 7 years ago

petrk94 commented 7 years ago

Hello @stephenlb ,

I wanted to use the application in a team of 20 persons, but in a test with 3 persons, I needed to realize, that no all of us are receiving the messages, I have send over the tutorial angularjs chat app (this one with the nice design) The keys from Pubnup are inserted and thats working, but well, not all get the messages. We are using chrome, because IE and Firefox are not displaying it correctly.

Hope for a answer

stephenlb commented 7 years ago

Send your code in a URL, and we can test it out!

petrk94 commented 7 years ago

Hello, thanks for your fast answer, the issue is solved, the Chrome still had the wrong pub/subcribe key in the cache. a reload the page over the developer tools with disabled cache, solved the problem.