I'm looking to unit test Python SocketIO's emit
function's output (verify the output messages) to resolve the below issue and avoid needing to re-run a frontend process each time.
Is this possible?
I have a Python SocketIO application that passes down the emit
function deep into the call stack but is not sending an emission back to the frontend when several functions deep, and I'm trying to narrow where the program is not waiting on the emit
to complete.