KaranGauswami / freeswitch-esl

FreeSwitch ESL implementation for Rust
Apache License 2.0
17 stars 13 forks source link

Changed i128 to u32 for sleep duration, #4

Closed KaranGauswami closed 11 months ago

KaranGauswami commented 11 months ago

@srikarm99 , Changed i128 to u32 for sleep duration, as negative values aren't expected in sleep function, and u32 provides sufficient capacity.

Please let me know if you have any feedback on this.