gerberasa
gerberasa
It would be good if we can have at least: Name (24 chars recommended instead of 10 chars) Id (36 chars) Address (IPv6?) Port (5 chars) Also the header for...
If we run requester.js without monitor.js, we can shutdown requester without problem. But when monitor.js is running, we cannot shutdown the requester.js (always shown "SIGINT signal received" line after line)....
[root@SERVER-0 ~]# docker pull fauria/lamp Using default tag: latest Trying to pull repository docker.io/fauria/lamp ... latest: Pulling from docker.io/fauria/lamp 8aec416115fd: Downloading 29.97 MB/50.31 MB 695f074e24e3: Download complete 946d6c48c2a7: Download complete...
It seems telegram server requires TLS1.2. Add this before botclient.SendTextMessageAsync(): Net.ServicePointManager.SecurityProtocol = Net.SecurityProtocolType.Tls12