alekseykolchanov

Results 2 issues of alekseykolchanov

In production we had too many crashes in sendPing function. Crashlytics shows crashes on 'assert()' put in sendPing function There are two issues, I believe, related to those asserts: https://github.com/lmirosevic/GBPing/issues/36...

Hi! I offer you to extend functionality of OrderedSet with function **element(equalTo:) -> Element?** It gives developers O(1) complexity access to required elements in the OrderedSet. Also I changed replaceRange...