muon-emergency / project-fob

1 stars 0 forks source link

Multiple users in one room when FOB is pressed #18

Closed PingWIN7 closed 6 years ago

PingWIN7 commented 6 years ago

Same browser : Crash Different browser : Crash Conclusion: Multiple user can crash the project by fobbing. (On single device that`s the case, Could not test it on different devices) If 1 user in the room and fobs: Nothing happens If another user enters the room and someone fobs -> crash

Error code: Sequence contains more than one element *AttendeeController.cs -> line47

Probably it's caused by missing data checking as it does not check the user AFAK.

PingWIN7 commented 6 years ago

Solved