CarterFendley / fast-dep

MIT License
1 stars 1 forks source link

Initial pass at Pyroscope implementation #6

Open CarterFendley opened 3 months ago

CarterFendley commented 3 months ago

Attempting pyroscope-rs implementation.

PR Checklist

SchwartzCode commented 3 months ago

Where does it crash when the server is missing? That should be handle-able, especially if its an unwrap somewhere. If its a panic, you'll need to do something to check that the server is up before you invoke the code that is panicking