S-IAF
Join ServerSapphire - Imagine a framework
sapphire-support
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
I tried a basic implementation and the commands we're spammed after running one once (see screenshot)
new Client()
)?I tried a basic implementation and the commands we're spammed after running one once (see screenshot)

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
I don't know why you want to do this, but worker threads or forks are your only way.
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