Historique des commits

Auteur SHA1 Message Date
  Daniel Alm 093dd79a4c Reduce the number of requests in `testUnaryLotsOfRequests` to 10k for faster test runtimes. il y a 7 ans
  Daniel Alm dc451e4984 Shift the responsibility for draining and destroying a completion queue to the queue itself. This is needed because it appears that otherwise, the underlying completion queue gets deallocated during its spinloop, which it doesn't like. il y a 7 ans
  Daniel Alm 78a1291789 Fix two huge memory leaks in `cgrpc_call` and `cgrpc_handler`. These would all GRPC call objects to never get released, which in turn caused their completion queues and associated file descriptors to never get released. This became apparent after ~3-5k requests on macOS. il y a 7 ans
  Daniel Alm 0985a47176 Also add client-timeout tests and rename "ErrorHandlingTests" to "ConnectionFailureTests". il y a 7 ans
  Daniel Alm 2ebe048765 Add tests to ensure that server-side timeouts are handled as expected. il y a 7 ans
  Daniel Alm cacd605004 Fix the SSL-enabled tests. il y a 7 ans
  Daniel Alm ac7979d5e0 Ensure that errors in client calls are always provided to the user. il y a 7 ans
  Daniel Alm 285d9bfed6 Also rename the "gRPC" target to "SwiftGRPC". il y a 7 ans