-
Allow users to 'control' Ema's live server through WebSocket. Add a `window.ema` object containing the API endpoints.
- [x] `ema.switchRoute` to switch to different routes in live server: #70
- […
-
あるテキストを読み上げたときにZomble Processが読み上げをするたびに1つずつ増えていく
![image](https://user-images.githubusercontent.com/42642269/154053004-70e4aa9d-a95f-4c54-80e6-f95603bbb347.png)
-
So, if I need to maintain per-client state, should I just... add things to the websocket? Like:
```
app.ws("/endpoint", function (ws, req) {
ws.on("message", function (message) {
ws.m…
-
How can I identify disconnection in websockets and perform reconnection ?
-
```
I was trying to play
http://streaming.elpinguino.com:1935/live/pinguinotv_360p/chunklist_w194650448.m
3u8
got below error
but i am able to play
http://edge-61-cl.edge.mdstrm.com/tvn-live/_defi…
-
The RFC 6455 that describes websockets ('The WebSocket Protocol') outlines in section 3 (https://tools.ietf.org/html/rfc6455#section-3) that query params should be allowed. Adding query params to the …
-
I'm got this error with response when calling subscription in **graphql example** source code. Please check the error description and image bellow.
```
{
"error": "Could not connect to websocket …
-
### Is your feature request related to a problem? Please describe.
Sometimes it can be hard to grok why identity data/sdk implementations are not working as expected
### Describe the solution you'd …
-
I keep getting this error and these images, can u advise me on what to do?
![image](https://github.com/Xeio/WanderLost/assets/132480836/a8f834c1-16a5-4edb-94f8-b4f6766e2ceb)
![image](https://githu…
-
### Describe the bug
If you are using .net core 3.1 and ASP NET Core, the endpoint is never updated to match the actual HttpContext RemoteIpAddress due to the implementation introduced in: c10145f743…