Andrey Egorov

Results 6 issues of Andrey Egorov

Introduced in [build 9582](https://www.softether.org/5-download/history) RAW IP Mode causing duplicate packets on ping an external IP where SoftEther installed on. ``` # ping vps.* PING vps.* (86.*.*.*) 56(84) bytes of data....

bug
help wanted

It's possible the connection can dropping without any notification. There was caught the connection lost while making a request to MySQL through peewee_async: ``` Traceback (most recent call last): ......

bug

In the case of `self._async_wait` has an exception, `close_async()` is not freeing variables. I've caught the exception `RuntimeError("await wasn't used with future")` from asyncio/futures.py for `await self._async_wait` and it should...

General logging settings does not affect the DB debug logs. GormLogger has no config settings and uncontrollably floods the logs to stderr without an option to redirect them to file...

## What do these changes do? These are old patches aimed to fix the following: 1. Safe writing to socket and return `OperationalError` in case the connection was lost: #453....

### Bug description I tried to find any additional info in logs, but without success. ### Expected behavior No high CPU load. ### Steps to reproduce It was happened without...

bug
area/health
needs triage
need feedback