FastBinaryEncoding icon indicating copy to clipboard operation
FastBinaryEncoding copied to clipboard

Javascript Client Request Issue

Open jbspears opened this issue 2 years ago • 2 comments

Looks like the client _requests_by_id and _requests_by_timestamp are Map objects and should use set/get. Also, the timeout passed to the request method is multiplied by 1000000. I would think since the timestamp is milliseconds and the timeout is milliseconds that no conversion would be needed. Once I modified the Map objects to use set/get and removed the timeout multiplier, the client request seemed to work as expected. Thanks.

jbspears avatar May 12 '22 16:05 jbspears

Will look into this issue! Thanks for reporting!

chronoxor avatar May 12 '22 21:05 chronoxor

Fixed! Thanks for reporting! Can you please check the fix on your side?

chronoxor avatar May 19 '22 22:05 chronoxor