[x] 🐞 Bug fix (a non-breaking change that fixes an issue)
[ ] 👌 Enhancement (improving an existing functionality like performance)
[ ] ✨ New feature (a non-breaking change that adds functionality)
[ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
📚 Description
When using a transport an event was broadcasted twice. Since it was sent to the transport and emitted locally and then emitted again when received from the transport.
Now the event will only be emitted locally when no transport is configured.
❓ Type of change
📚 Description
When using a transport an event was broadcasted twice. Since it was sent to the transport and emitted locally and then emitted again when received from the transport.
Now the event will only be emitted locally when no transport is configured.
📝 Checklist