switch to wisp-js

This commit is contained in:
Percs 2024-11-19 20:03:24 -06:00
parent 82249fe707
commit a8db133241
6 changed files with 23 additions and 12 deletions

View file

@ -128,9 +128,9 @@ api = {
get_error_string: get_error_str,
wisp: {
wisp_connections: _wisp_connections,
WispConnection: WispConnection,
WispWebSocket: WispWebSocket
wisp_connections: wisp_client.client._wisp_connections,
WispConnection: wisp_client.client.ClientConnection,
WispWebSocket: wisp_client.client.WispWebSocket
},
transport: "wisp",