heroiclabs / nakama

Distributed server for social and realtime games and apps.

Home Page:https://heroiclabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpRequest timeout not work in TS

Ratio2 opened this issue · comments

Seems timeoutArg.ToInteger() need to be replaced with getJsInt(r, timeoutArg). This is the only place to use ToInteger()

Fixed in 30b9c77 and will be part of the next release. 🙇