reactor-cpp
reactor-cpp copied to clipboard
Move constructor of ReactorElement is broken.
Currently, all reactor elements register a pointer to themselves at the containing reactor. When a ReactorElement is moved, this pointer stored at the containing reactor needs to be updated. This is currently not the case and leads to segfaults if the move constructor is used.