Skip to content

Disable proc-receive hook

Sami Hiltunen requested to merge smh-fix-proc-receive-msg into master

proc-receive hook is unconditionally enabled with transactions. It has an issue though where it is writing messages directly as is to the connection instead of as side-band packets.

Disable the proc-receive implementation for now.

Related #6173 (closed)

Merge request reports