Ahmadreza Zibaei

Results 7 issues of Ahmadreza Zibaei

Hi , How can I sign an input with EVP in golang with this library ? Like this link... https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying

We need help to develop and maintenance of this library. I don't have enough time to develop this library anymore. I ask all of the contributions for help. Mail me...

feature_request

Hi, I think this code down here is more customized.

Is there any way to reconnect after getting StreamTerminatedError? ```python max_retries = 5 for retries in range(max_retries): try: await stream.send_message(...) break except StreamTerminatedError as e: if (retries + 1) ==...

Hi , I added `` at the end of body and `button onclick="TelegramGameProxy.shareScore()">Share score` on share score button. but ... It's not working ! How does this library know my...