Multiple Clients on one file/instance

AAmusedGrape3/7/2023
I was wondering if its possible to run multiple clients on one file (i.e. .forEach()-ing new Client())?

I tried a basic implementation and the commands we're spammed after running one once (see screenshot)
Image
AOAnswer Overflow3/7/2023
AArarou3/7/2023
why tho
AArarou3/7/2023
just make a separate project that’s the same
Solution
Kkyra3/7/2023
Absolutely not, Sapphire interacts with container which exists as a singleton (only one instance).

I don't know why you want to do this, but worker threads or forks are your only way.
AOAnswer Overflow3/7/2023