Xcraft-Inc / xcraft-core-transport

Xcraft bus transport backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent mutation of ref passed via the event emiter backend

Skywalker13 opened this issue · comments

All object passed via a transport should be a copy of the original object. But in the case of the event emiter backend; the refs are passed.

Refs are faster... but it's error prone...

CC @SamLebarbare