Skip to content

Commit

Permalink
fix: remov incorrect experimental notice (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampuslavin authored Nov 4, 2024
1 parent d358875 commit bbe9417
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions versioned_docs/version-2.1.0/06-concepts/15-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ Serverpod supports two ways to stream data. The first approach, [streaming metho

When an endpoint method is defined with `Stream` instead of `Future` as the return type or includes `Stream` as a method parameter, it is recognized as a streaming method. Streaming methods transmit data over a shared, self-managed web socket connection that automatically connects and disconnects from the server.

:::warning

Streaming methods are still experimental and may change in the future.

:::

### Defining a streaming method

Streaming methods are defined by using the `Stream` type as either the return value or a parameter.
Expand Down

0 comments on commit bbe9417

Please sign in to comment.