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
We use a serializer to prevent JSON Circular Reference Error, but in the initialization stage of SSE (express-bff) we pass an instance of serializer.
The serializer instance has its own state until the application is restarted.
The problem: serializer returns null every time it found a value in WeakSet for different json data.
We use a serializer to prevent JSON Circular Reference Error, but in the initialization stage of SSE (express-bff) we pass an instance of serializer.
The serializer instance has its own state until the application is restarted.
The problem: serializer returns
null
every time it found a value inWeakSet
for different json data.See 6856d94
I think serializer should replace a default
JSON.stringify
code in the express-bff@blokhin
The text was updated successfully, but these errors were encountered: