Parallel queries in node client

I am using the neo4j driver for nodejs. When I try to run parallel writes using the .run method I get an error that says you cant make a other transaction while a other is pending, is there some simple solution or I just need to create multiple Session instance?