fix message typing in channel manager, minor improvements

This commit is contained in:
Timothy Pogue
2022-10-23 11:42:59 -06:00
parent 9cffa3ca2b
commit 94b65a007a
3 changed files with 17 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ class WebSocketProxy:
self._websocket: Union[FastAPIWebSocket, WebSocket] = websocket
@property
def raw(self):
def raw_websocket(self):
return self._websocket
@property