JonahKoellner / transendence

1 stars 0 forks source link

BUG - Live Chat und Real Time Notifications #2

Closed LukeDerpwalka closed 3 weeks ago

LukeDerpwalka commented 4 weeks ago

Hab das irgendwie schon vorbereitet/versucht. aber geht doch noch ned ganz

is ned live aber mit refresh geht

live notifications und chat fixen pls

JonahKoellner commented 3 weeks ago

Sockets had an error /ws/notification url was not registered. As well as the component. Now the websockets work and the notification does as well. The chat still has an issue, since there is some live event but without the message being printed.

JonahKoellner commented 3 weeks ago

The bug was in the chat.service.ts receiveMessages(). The notification object wasnt handled correctly. Fixed it and tested it. Notification, live message and room name is now working.