Adding SSL version of the calculator example

- Used to test asyncio SSL on Windows mainly
- Skipping asyncio thread tests on Windows (due to getTimer wrapper bug
  on Windows)
This commit is contained in:
Jacob Alexander
2020-06-10 13:54:14 -07:00
parent 745887cee0
commit 6532ca571d
5 changed files with 606 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import capnp
import thread_capnp
logger = logging.getLogger(__)
logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
this_dir = os.path.dirname(os.path.abspath(__file__))