Move PeerConnection initialization to handle_continue #1031
Annotations
1 error and 2 warnings
Compile without warnings
Process completed with exit code 1.
|
Compile without warnings
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Compile without warnings
0..(2 <<< 14) - 1 inside guards requires an explicit step, please write 0..(2 <<< 14) - 1//1 or 0..(2 <<< 14) - 1//-1 instead
|
Loading