Jeremy Prater
Jeremy Prater
From the following compatibility table https://github.com/miguelgrinberg/python-socketio Using a 2.x JS client limits which server versions are compatible. I regenerated a python virtual env (My back end service) and it pulled...
Actually, looking at the change notes from 2.x to 3.x https://socket.io/docs/v3/migrating-from-2-x-to-3-0/index.html ~We will need the ability to pass in some CORS options~ Disregard... You can already pass constructor options to...
Similar PR in the same repo... https://github.com/MetinSeylan/Vue-Socket.io/pull/303 I'm not sure who has write access to merge.
Yes, I'm having some major trouble calling `async` functions from inside the Boxed closure... I either get 'static lifetime issues, or cycle detected issues.
Will be fixed with https://github.com/inv2004/coinbase-pro-rs/pull/47 In the mean time, you can point your cargo manifest at ``` coinbase-pro-rs = { verion = "0.7.1", git = "https://github.com/jeremy-prater/coinbase-pro-rs.git" } ```