pytgcalls / ntgcalls

A Native Implementation of Telegram Calls in a seamless way.
https://pytgcalls.github.io
GNU Lesser General Public License v3.0
49 stars 10 forks source link

Fixed possible segfault #10

Closed Yumiko-Bots closed 7 months ago

Yumiko-Bots commented 7 months ago

Client::stop() function to ensure that the connection is checked for existence before calling its close() method. This helps prevent potential issues if stop() is called when there's no active connection.