Pierre Fersing
Pierre Fersing
This error should be in your control. I mean that it occur because you try to access msg.topic in a on_message callback. Something like: ``` def on_message(client, msg): msg.topic
I agree that getting started should be update to avoid this error. About the strict respect to the specification (e.g. disconnecting) that would mean that client will connect, got an...
First of all, this library can do nothing if your on_message callback took more than half of keepalive. In such case you may always miss the sent of PING hearbeat...
I'm also interested in this feature. As I do something like: ``` for _, proc := process.Processes() { proc.Status() // This call fillFromStatusWithContext proc.NumThreads() // This call fillFromStatusWithContext } ```...
Ok seems indeed a good API. I'll start working on this way.
Continued works. Linux should be completed. Children field have the same issue as Parent field: if we prefetch this field and create children's Process with same pre-fetched fields, it may...
Add support for Windows and run test on Windows 10. Performance are still not impacted for NewProcess (still using [basic "ps"](https://gist.github.com/PierreF/a3d93944890cfa522fd6eb46dcc65b57)): ``` C:\Users\IEUser\Downloads>ps-master.exe -count 100 errCount = 4300. Spent 435.0854ms...
Added ProcessesWithFields on Linux & Windows. I've make ProcessesWithFields to take a context as argument. I think both ProcessesWithFields and NewProcessWithFields should both take a context or none. But I'm...
This PR should be completed now. Waiting for review.
I'm not a Java developer, so I've a very little knowledge of log4j 1.x/log4j 2.x/logback and co. But I initially tried to look at handling this on logging framework (currently...