Edward C
Edward C
Hey @GitRowin, We approached the Load() problem by caching certificates in BadgerDB: https://github.com/diamondcdn/badger-s3, which seems to cache certificates quicker and help reduce load on our buckets. This is not the...
@seanmonstar will do
@takkuumi @realtimetodie @Black-Hack @darren-fu @tusharmath @RyanAD @deatondg I have proposed a pull request which enables this functionality: #3644. If you could please leave feedback on the API and integration (any...
For all future MacOS users (and maybe users from other platforms) - the issue probably stems with using the latest Elixir. Going into `mix.exs` and changing the EasySSL dependency to:...
For all future MacOS users (and maybe users from other platforms) - the issue probably stems with using the latest Elixir. Going into `mix.exs` and changing the EasySSL dependency to:...
Hey there @howardjohn, If I understand correctly, you'd like to see how many streams are currently open?
@howardjohn have you considered using an atomic counter that a structure increments or decrements when it is created and dropped to track the count?