glebsam

Results 3 comments of glebsam

As a w/a you can use `requests` transport, it is better than just disable SSL validation: ```python from raven.transport.threaded_requests import ThreadedRequestsHTTPTransport client = raven.Client(transport=ThreadedRequestsHTTPTransport) ```

@HenryCaiHaiying thank you for the answer, but I still can't get, why `` is in the convention while I can see that this offset is the first offset that contains...

🤔 I see, you're right, exception escaping is hard to prevent here. Probably, some kind of watchdog for dead threads might be more suitable solution.