avdecc icon indicating copy to clipboard operation
avdecc copied to clipboard

Replace all static dispatch maps with class members

Open christophe-calmejane opened this issue 5 years ago • 0 comments

Example: pcap s_Dispatch map for AECP sub-types.

During unititialization, the static map might be destroyed before the EndStation (meaning, before the ProtocolInterface), causing a crash if an incoming AECP message arrives during thread destruction.

christophe-calmejane avatar Mar 07 '19 20:03 christophe-calmejane