Skip to content

Commit

Permalink
reinstate logical comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Aug 26, 2024
1 parent a069cc8 commit ebca0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ def _reader_to_websocket(
chunk = chunk.encode(encoding)
ws.send_binary(chunk)

ws.send('{"command":"end"}')
ws.send('{"command":"end"}') # Send "end" command as TEXT frame to signal EOF


def _websocket_to_writer(ws: _WebSocket, writer: _WebsocketWriter, encoding: Optional[str]):
Expand Down

0 comments on commit ebca0e6

Please # to comment.