Marco Primi
Marco Primi
When a file is requested via web: ``` handleBundleFileDownload > loadBundleFile > _loadBundle ``` The latter does a bucket `.List()` and then `_loadFile()` on each element. Finally, the list of...
- [ ] Link to issue, e.g. `Resolves #NNN` - [x] Documentation added (if applicable) - [x] Tests added - [x] Branch rebased on top of current main (`git pull...
## Defect Make sure that these boxes are checked before submitting your issue -- thank you! - [x] Included nats.go version - [x] Included a [Minimal, Complete, and Verifiable example]...
## Defect ### Ordered consumer subscription can become invalid This bug is unlikely to manifest in normal circumstances. But it happens almost certainly in presence of failures (e.g., bouncing the...
## Feature Request List buckets (Object Store API) #### Use Case: Create buckets, store things, come back later, or from a different client. Which buckets exist? #### Proposed Change: Similar...
This creates a 'server mode' SH84 that does two things: - Work as headless peer to serve IPFS content - Serves an RSS feed of latest articles (i.e. roots) or...
If the callback passed to `disconnected_cb` raises an exception, then the NATS client will never reconnect to the cluster. While this behavior could be classified as "user error" (that callback...
Rather than relying on manual deferred cleanup of files, switch most tests to use testing.TempDir() which is automatically cleaned up. - [ ] Link to issue, e.g. `Resolves #NNN` -...
## Defect Make sure that these boxes are checked before submitting your issue -- thank you! - [x] Included nats.go version - [x] Included a [Minimal, Complete, and Verifiable example]...
- [ ] Link to issue, e.g. `Resolves #NNN` - [ ] Documentation added (if applicable) - [x] Tests added - [x] Branch rebased on top of current main (`git...