Skip to content

Commit

Permalink
Merge pull request #218 from kinode-dao/basilesportif-patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
nick1udwig authored Jun 14, 2024
2 parents 880f4d0 + c3b550c commit 07250a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookbook/talking_to_the_outside_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ An example WS client:
## WebSockets Server with Reply Type

One constraint of Kinode's default [WebSockets server Push](#websockets-server) is that it breaks the [Request/Response](../process/processes.md#requests-and-responses) pairing.
This is because when the server cannot specify is expects a Response back: all Pushes are Requests.
This is because the server cannot specify it expects a Response back: all Pushes are Requests.

Use the following pattern to allow the WebSocket client to reply with a Response:

Expand Down

0 comments on commit 07250a2

Please sign in to comment.