You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a msg arrives to a client (e.g., caught with node.on.data) the id of the sender is under item.from.
When the message is inserted into the memory database, the id of the client is under item.player.
This is a bit confusing, perhaps using the same identifier would simplify things.
The text was updated successfully, but these errors were encountered:
When a msg arrives to a client (e.g., caught with node.on.data) the id of the sender is under item.from.
When the message is inserted into the memory database, the id of the client is under item.player.
This is a bit confusing, perhaps using the same identifier would simplify things.
The text was updated successfully, but these errors were encountered: