Carlos
Carlos
I'd like to add that, what worked as a charm for me, and without having to remove the `React.StrictMode`, was creating the **WebSocket** connection from a **Middleware**, and then concatenate...
I just solved the error on my Raspberry Pi 3b+, editing the `src/TokenCache.ts` and `src/destreamer.ts` files. Just add the the next line at the end of `const browser: ...` ```...
I'm using a Macbook M1 with a conda environment for Python 3.10.4. And running `conda install "cffi >= 1.15.1=*_3"` fixed this issue for me :) PD: @aliamirr try this
I had the same issue on my Macbook Air M1 running `firebase init` for an Angular 18 project built with `yarn`. I managed to solve it by examining any global...