Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
CS foundations
/
WebSocket
A client loses its connection after sending a payment command but before receiving an ack…
from WebSocket
Node 24
intermediate
4 min
A client loses its connection after sending a payment command but before receiving an acknowledgement. What is the safest conclusion?
The server definitely did not receive the command.
The server definitely committed the payment.
The outcome is unknown; query it or retry with a stable idempotency key under the application protocol.
Close code 1006 proves that replay is safe.
Check
Ask AI about this kata
Report an error
previous kata
Which two booleans does this send-admission check print?
Predict the output
next kata
Review generated browser chat client
Review AI code
A new version is available
Reload