Closed oberstet closed 2 years ago
Elad has pointed me to https://github.com/crossbario/autobahn-js/issues/286#issuecomment-322461577, which according to OP works from browser.
We should try that .. and if it works, use it at least on browsers.
This works now with the latest release 22.10.1
currently, cbor transport serialization does not work in the browser build, and in fact we deactivate the dependency for the browser build in
package.json
:there are 2 issues .. the first is that the google closure compiler fails:
when deactivating google closure (skipping library minimization), receiving messages then runs into:
no clue why .. so needs investigation.