DoStini / FEUP-AEDA-proj

MIT License
0 stars 0 forks source link

Remove - Problem with stream re-entering #7

Closed DoStini closed 4 years ago

DoStini commented 4 years ago

If a user re-enters the stream it resets the viewer's feedback (and doesn't remove the feedback previously stored) https://github.com/DoStini/FEUP-AEDA-proj/blob/35def565bde0cee4432297076e27db81d8469e10/src/Streams/Stream.cpp#L18-L21 Remove likeSystem[viewer->getName()] = none;

Later verify first if the user has already given feedback first in here https://github.com/DoStini/FEUP-AEDA-proj/blob/35def565bde0cee4432297076e27db81d8469e10/src/Streams/Stream.cpp#L53-L64

DoStini commented 4 years ago

Issue 4