Benjamin BALET
Benjamin BALET
The part of code where s.Run is used is the service itself. As you can see, s.Run is called very quickly (nothing big is initialised before the call and no...
Windows Firewall can block the network port used by your service, even when accessed from localhost to localhost. Try to disable it, if it is the root cause, allow the...
When your program is executed as a stand alone process, it doesn't use the same account than when it runs as a service (so the level of privileges and the...
This error comes from the SQL server, not from PHP.
Issues are disabled on your repo. Did you consider this python lib : https://github.com/AntonKueltz/fastecdsa It requires GMP, but it is faster than ECDAS lib