Hi
I've discovered some unexpected event handling in the fds_evt_handler of the module peer_data_storage.c in the peer manager. We have the peer manager running and use the FDS as well for storing application data. When the application writes some data with the FDS the peer_data_storage module handles the following FDS events as if they are triggered by the peer manager. Shouldn't the peer_data_storage module check if the event matches any ongoing operation?
Regards Adrian