Stefan Grönberg

Results 3 issues of Stefan Grönberg

Just tried to create a first project, and the wizard locked up at this stage ![Screenshot_2](https://user-images.githubusercontent.com/12295022/155302130-97643a45-5aca-4fee-8386-947053d9838c.png)

in the readme you should update the command to: ``` echo "deb [signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian/ stable main" | sudo tee /etc/apt/sources.list.d/azlux.list sudo wget -O /usr/share/keyrings/azlux-archive-keyring.gpg https://azlux.fr/repo.gpg ``` the one you show...

Hi, i have installed SuperSocket.ClientEngine and SuperSocket.ProtoBase into one of my projects and added ``` using SuperSocket; using SuperSocket.ClientEngine; using SuperSocket.ProtoBase; ``` But it cannot find the EasyClient in `EasyClient...