Closed JoshRagem closed 8 years ago
wpool 2.0.1
a simple hash worker cast:
wpool:cast(PoolName, {data, Metrics, UserId}, {hash_worker, UserId})
is failing silently. the workers are not busy because we can still send messages directly to them, but the pool is just doing nothing.
@JoshRagem out of pure curiosity: what happened?
I don't know, but I realized that I'm not matching against the return value, so I can't say it is failing silently.
wpool 2.0.1
a simple hash worker cast:
is failing silently. the workers are not busy because we can still send messages directly to them, but the pool is just doing nothing.