swim icon indicating copy to clipboard operation
swim copied to clipboard

Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs

Results 46 swim issues
Sort by recently updated
recently updated
newest added

The [Warp concept page](https://swim.dev/concepts/warp/) states: > although HTTP/2 introduces a limited form of multiplexing, it multiplexes RPC calls, not full-duplex streams but I'm not sure this is true. For instance,...

C-enhancement
C-question

I wanted to know about how to close the downlink so that it gets terminated and the data flow stops from that downlink. Like for example I am using one...

C-question

**Is your feature request related to a problem? Please describe.** `swim.xml` is able to construct a `swim.structure.Value` from a String serialization. We should also be able to go the other...

Has been observed very sporadically. Needs more experimentation to determine whether the underlying downlink properly gets closed, or if the lane simply contains the last value. Unfortunately this seems to...

C-bug
A-agent
A-downlink

`swim.avro` is able to construct a `swim.structure.Value` given a `swim.avro.AvroType

Perhaps worth noting, though, that the Swim port (9001 in the below example) _does_ get released, so some sort of cleanup seems to be happening. Swim does have a shutdownhook...

C-bug

I'm seeing compilation failures when running `npx swim-build` but the exit code is 0, so scripts see it as successful. ``` npx swim-build compiling @swim/util:main compiled @swim/util:main in 20ms compiling...

C-bug

# Stack overflow error caused by swim-json parsing of untrusted JSON String ## Description Using **swim-json** to parse untrusted JSON String may be vulnerable to denial of service (DOS) attacks....

TODO: instructions on how to recreate the following. There are two types of agents: the bottom-level `SiteAgent` (many instances) and a `CellSitesBugAgent` (singleton) that aggregates all `SiteAgents`. The `CellSitesBugAgent` has...

C-bug
A-lane
A-downlink

* Moved `close` from `didRequest` to `didRespond` as per RFC 2616. * Fixed `didRespond` being called too early. Fixes #100