David Eustis

Results 2 issues of David Eustis

We are seeing occasional stack traces in our faktory workers like: ``` 'FAIL {"jid": "4e9f7352c8004407bc53287aabbffd3c", "errtype": "FaktoryConnectionResetError", "message": ""}' ``` These are occurring within faktory._proto.Connection's reply method. Currently line 325:...

In STL containers that store value elements (e.g. `vector` as opposed to `vector`), element pointers are invalidated by operations such as adding or removing elements from the container. The generated...