You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event bus publisher has an extra JSON.stringify statement that causes consumers to perform double JSON.parse. This affects multiple components including the VC Engine library and other engines.
The event bus publisher has an extra JSON.stringify statement that causes consumers to perform double JSON.parse. This affects multiple components including the VC Engine library and other engines.
References
server/src/services/infrastructure/event-bus/publisher.ts
Line 22 in ea039ae
Impact
Required Changes
The text was updated successfully, but these errors were encountered: