I’m trying to set up 2 websocket connections which recieve on different threads. I’m aware that only one lws_context should exist, but on https://libwebsockets.org/, they say that you can have n event loops running on n different threads, although I’ve struggled to find any example code to help me out with this. To get around this, I’ve set the code up to run any parsing on a separate thread, but this isn’t perfect. What can I look into as an option here? I’ve had a read of a lot of the Readme’s that they provide, but I haven’t been able to find anything to help.