Skip to content

feat(ws): native WebSocket transport, drop raw TCP listeners#1093

Merged
Brutus5000 merged 10 commits into
developfrom
feature/websocket
Jun 14, 2026
Merged

feat(ws): native WebSocket transport, drop raw TCP listeners#1093
Brutus5000 merged 10 commits into
developfrom
feature/websocket

feat(ws): native WebSocket transport, drop raw TCP listeners

09c2049
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 13, 2026 in 0s

7 new issues (0 max.) of at least severity.

Annotations

Check notice on line 1 in server/protocol/websocket.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/protocol/websocket.py#L1

Multi-line docstring summary should start at the second line (D213)

Check warning on line 11 in server/protocol/websocket.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/protocol/websocket.py#L11

'aiohttp.web' imported but unused (F401)

Check warning on line 11 in server/protocol/websocket.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/protocol/websocket.py#L11

Unused web imported from aiohttp

Check notice on line 19 in server/protocol/websocket.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/protocol/websocket.py#L19

Missing docstring in __init__ (D107)

Check notice on line 37 in tests/integration_tests/test_server_instance.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/integration_tests/test_server_instance.py#L37

1 blank line required between summary line and description (found 0) (D205)

Check notice on line 37 in tests/integration_tests/test_server_instance.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/integration_tests/test_server_instance.py#L37

First line should end with a period, question mark, or exclamation point (not 'n') (D415)

Check notice on line 37 in tests/integration_tests/test_server_instance.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/integration_tests/test_server_instance.py#L37

Multi-line docstring summary should start at the first line (D212)