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
Dual to clone command with JSON.parse(JSON.stringify(command)) so clone command had invalided data if original command have binary data.
Code reproduce:
this.scServer.exchange.publish("sample", new Uint8Array(8).fill(0xff).buffer, null)
Actually result: subscript channel can not get correct sent data
The text was updated successfully, but these errors were encountered:
Dual to clone command with JSON.parse(JSON.stringify(command)) so clone command had invalided data if original command have binary data.
Code reproduce:
this.scServer.exchange.publish("sample", new Uint8Array(8).fill(0xff).buffer, null)
Actually result: subscript channel can not get correct sent data
The text was updated successfully, but these errors were encountered: