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

When a `Connection: close` header is sent with a request, the HTTP server closes the connection **BEFORE** sending the response and then it fails when trying to respond to the...

C-bug

We should add support for [CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) and add an option to the HTTP server to allow cross origin requests.

C-enhancement

Currently when a `sync` message is sent to a non-existing node or a lane, `@nodeNotFound` or `@laneNotFound` messages are sent respectively. However, if a `command` message is sent to a...

**Is your feature request related to a problem? Please describe.** Changes to the naming of some WarpClient APIs have made them out of sync with the naming of the same...

**Describe the bug** NullPointerException when closing an Agent which has an HttpLane **To Reproduce** Steps to reproduce the behavior: 1. Create an Agent with an HttpLane 2. Call close() on...

C-bug