When I run this code I get ValueError: signal only works in main thread:
ValueError: signal only works in main thread
class SocketIOServer(Thread): def __init__(self): super().__