Looking at the code now I noticed that we are never using an await method or an async function. We are creating a controller_connection object that is making a connection by using Controller(). Since this is not awaited i think we might change this to a method without async. I'll do some tests on it
Looking at the code now I noticed that we are never using an await method or an async function. We are creating a controller_connection object that is making a connection by using Controller(). Since this is not awaited i think we might change this to a method without async. I'll do some tests on it