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
I'm sorry if it's silly question, but I have problem while communicating with java server. Server expects Long, but as I know JS doesn't have Longs. Can you explain me how to fix this?
var payload = {
time: Date.now(),
....
}
var encoded = msgpack.encode(payload)
// do send
logs on server
{time=1.488983919882E12}
The text was updated successfully, but these errors were encountered:
I'm sorry if it's silly question, but I have problem while communicating with java server. Server expects Long, but as I know JS doesn't have Longs. Can you explain me how to fix this?
logs on server
The text was updated successfully, but these errors were encountered: