LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

NaN in a sent message becomes null when received #199

Open erezh16 opened 5 years ago

erezh16 commented 5 years ago

Hi folks,

It seems that when a worker sends to a master a message containing fields with NaN values, the master receives those fields with null values. Is anyone aware of this issue? Can this be fixed without writing a bypass (e.g., to avoid NaN)?

Regards, -- Erez Hadad