AKN

Results 2 issues of AKN

I have installed Sylius into a subdirectory of a domain and set location `/store` in the nginx block. I get Sylius loading "The page you are looking for does not...

Here's my class... `public class ChatClient : SslClient { public ChatClient(SslContext context, string address, int port) : base(context, address, port) { } public void DisconnectAndStop() { _stop = false; DisconnectAsync();...