fix websocekt-server bot.py file
There was an issue at startup websocket server on my wndows, I added this line to resolve that runner = PipelineRunner(handle_sigint=False)
@usamatariq180 what was the issue you saw? I can run the websocket example without any issues on my machine (macOS). Others have had no issues on Windows and Linux. Could there be something unique about your computer or setup?
@usamatariq180 when you get a chance, please let me know. I'll close this out soon though if I don't hear.
Hi, I'm using windows. When I clone this project it requires handle_sigint=False to run, runner = PipelineRunner(handle_sigint=False)
@usamatariq180 I understand that part. What I'm asking is what issue did you see that caused you to have to add handle_sigint=False?
Closing this PR as this example has been refactored.