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
proxyCounter for an endpoint should at least be incremented by 1 when Comlink.expose is called on that endpoint. Otherwise things might break if a proxy is temporarily created to call a function despite a Comlink.expose being active.
proxyCounter
for an endpoint should at least be incremented by 1 whenComlink.expose
is called on that endpoint. Otherwise things might break if a proxy is temporarily created to call a function despite aComlink.expose
being active.Reproducible example: https://stackblitz.com/edit/node-afa7lv?file=index.html
The text was updated successfully, but these errors were encountered: