qwj / python-vpn

VPN Server implemented in pure Python. (For Research Purposes Only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: This event loop is already running

iamabhi747 opened this issue · comments

from pvpn.pvpn.server import main
main()

this gives runtime error as event loop is already running.
filesystem:

|-pvpn
   |-pvpn
      |-...
      |-server.py
   |-LICENCE
   |-setup.py