-
Hi, I propose to add the console details
![image](https://user-images.githubusercontent.com/44276186/201153245-194c35af-3da7-43bf-8e32-08f49bcf5229.png)
-
你好,请教一下,这个怎么连接websocket吖
是不是把 ws 地址,填写到 web 地址那里就可以了。
然后就是,连接上后,会自动发送心跳包到服务吗。 服务器发送消息回来,发给别人的时候,API和http的API一样吗?
我用的是 wrest 客户端
-
**Describe the bug**
After actual code update
```
docker compose down
git pull
docker compose up -d --build
```
I cannot use perplexica.
Opening client displays
"Failed to connect to…
-
Would it be possible to adapt the link-layer sc echo server and client examples to include an ssl context such that mutual authentication is enforced?
I have both examples running in independent d…
-
I found that currently the server side of tungstenite will directly drop the connection when encountering some handshake failures (the `stream` is moved into `accept()` so it will be dropped when an e…
-
Hi Kirankumbhar,
I'm trying to use your websocketclient to connect to an HomeAssistant instace to get some data.
I've setup websocketclient host:port and path, auth_header = auth (as per docume…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new site sup…
-
### Feature Description
Currently we have Server-Sent-Events aka. `EventSource` for a few things but it's too unreliable because browser enforce a 6 connection limit per browser window and I think …
-
Very new to all of this, but I am trying to use a python script to interact with an api to translate some text. My code is:
```python
from google_trans_new import google_translator
@service
de…
-