Pass variables into <ShardingManager>.broadcastEval
I have this code:
But i get the following error when i run this code:
So i want to know... How can i pass the variable
But i get the following error when i run this code:
So i want to know... How can i pass the variable
params to the broadcastEval? With the vanilla javascript eval i can pass the variables into strings, but how can i do in shardingManager?