Sergey Di
Sergey Di
I found additional option for HTTPClient.connect: ``` let client = try! HTTPClient.connect(scheme: .https, hostname: "ipinfo.io", on: eventLoop).wait() ``` But during execution of the code, I got: ``` Fatal error: 'try!'...
We have the same issue on our Linux project. For a long time we used 2.2.0. Several days ago we migrated to the latest version of Swinject and got unexpected...
Here it is. Test environment: ``` $ swift --version Swift version 4.2.2 (swift-4.2.2-RELEASE) $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS" ``` I can only test on Swinject 2.6.0,...
Is there any hope to get new version compatible with swift 4 on Ubuntu 16.04 (it means Package Manager 4)?
Hi, Do you found how to solve the issue?
I just copy https://github.com/anjia0532/lua-resty-maxminddb/raw/master/lib/resty/maxminddb.lua ``` root@clickhouse-api:/usr/local/openresty/lualib# md5sum maxminddb.lua 9926c22ff8027399c53f770ed8810de6 maxminddb.lua root@clickhouse-api:/usr/local/openresty/lualib# md5sum maxminddb2.lua 9926c22ff8027399c53f770ed8810de6 maxminddb2.lua root@clickhouse-api:/usr/local/openresty/lualib# [maxminddb2.zip](https://github.com/anjia0532/lua-resty-maxminddb/files/3841921/maxminddb2.zip) ```
[maxminddb2.zip](https://github.com/anjia0532/lua-resty-maxminddb/files/3841931/maxminddb2.zip)
@MrShiY Could you please provide some code example of how you reconnect. I have the same issue, if I lost connection, socket don't reconnect.
I have the same issue in Linux
Same error. Please fix it