Skip to content

Add async and futures to sql_serializer data processor

Marcin Sobczyk requested to merge ms_sql_serializer_with_async into develop

This will fix random crash of sql_serializer plugin at hived exit (when thread body finished execution, but not yet thread itself). It is also a foundation for improving of exception handling passed across workers and main thread.

Edited by Bartek Wrona

Merge request reports