↧
Created Unassigned: Optional property time_to_live is always filled in...
The optional property __time_to_live__ is always filled in message, also when the LifeTime <= 0.Change this code:```result.Add("time_to_live", LifeTime.ToString());```into```if (LifeTime > 0){...
View ArticleCreated Unassigned: Http port should be 8800 [1708]
Currently the source code uses value 80 for default Http port.
View Article