Skip to content
  • Guillaume Roguez's avatar
    manager: fix event loop implementation · 272aee93
    Guillaume Roguez authored
    Event loop duplicate event handler map before looping on it.
    So unregister an handler is not sync in this copy and
    can call dead stuff.
    Notice also registerEventHandler really replace the previous registered
    handler as it's expected.
    
    Refs #65401
    
    Change-Id: Id2c27dd8ca42ee2a29fa3237bb836385deec11cd
    272aee93