Ondřej Novák

Results 2 issues of Ondřej Novák

#### Description When using a TURN server that cannot be reached, `Connection.gather_candidates()` raises an exception. That makes the gathering failed even if the local candidates and/or STUN candidates were gathered...

For module-level attributes with constant values such as ``` m.attr("changeset") = py::str(VC_CHANGESET); m.attr("built") = py::str(BUILD_DATE); ``` the corresponding generated lines in the stubfile look like the following ``` changeset: str...