Skip to content

Transmit a dict instead of a proxy

Valentin Valls requested to merge valls-patch-23 into master

This MR transmit a dict to the on_scan_end callback instead of an HashObjSetting.

This is for consistency with other callbacks of this class.

Plus it make the result difficult to consume in thread, in case the result object is transferred from one to another thread.

Merge request reports