Rohan Verma
Rohan Verma
@RippeR37 The macOS builds are failing because of a linker issue with - Xcode 14.0.1 as discussed here [gcc12](https://github.com/iains/gcc-12-branch/issues/6). I partially resolved it via Xcode 14.1(beta) here [patch](https://github.com/RippeR37/libbase/commit/5272aa849b3ad1e70185746dc7713c60bad4978f) with only...
@arpitbbhayani @ameyajoshi35 it would be good if there would be a **free port finder module** which can be developed as a pluggable solution. For instance, in development mode we can...
@arpitbbhayani yes this works, a must read regarding the problem - https://onlinehelp.opswat.com/centralmgmt/What_you_need_to_do_if_you_see_too_many_TIME_WAIT_sockets.html
@ameyajoshi35 Well as @arpitbbhayani suggested you can further narrow down the search for free ports, you don't have to search on an infinite range. It would be more like doing...
More changes are impending in this PR. Kindly don't review it now.
I'm occupied with some stuff. I would've resumed this work otherwise. Meanwhile feel free to close this or may be raise new PR. May be I will join next rounds...
I'm occupied with some stuff. I would've resumed this work otherwise. Meanwhile feel free to close this or may be raise new PR.
@HarinRamesh I'll have a look at this in some time!
@HarinRamesh Thanks for reporting this! This is not an issue with PING, but it has to do with the organization of the TestSuite code. The client connection should provide a...
AOF implementation wrap-up for pending TODOs, coming in a while!