diff --git a/src/methods/registry.ts b/src/methods/registry.ts index e6238b4..93ffaef 100644 --- a/src/methods/registry.ts +++ b/src/methods/registry.ts @@ -73,6 +73,7 @@ export async function subscribeToEntry( const wsUrl = url.replace(/^http/, "ws"); const socket = new WS(wsUrl); + socket.binaryType = "arraybuffer"; socket.addEventListener("open", () => { const packer = new Packer();