tengu-team / layer-sojobo

http://tengu.io
GNU Affero General Public License v3.0
0 stars 2 forks source link

does method `authorize` need to be async? #18

Closed gvseghbr closed 7 years ago

sebastienpattyn93 commented 7 years ago

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