LearnBoost / cluster

Node.JS multi-core server manager with plugins support.

Home Page:http://learnboost.github.com/cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaN in a sent message becomes null when received

erezh16 opened this issue · comments

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