-
Hi,
I was able to configure a simple websocket and exchange some message, fairly straightforward, congrats!.
I am wondering how would be the best approach for authentication. My api/rest endpoints…
-
When I open the terminal perspective on my mac I get an error in the console:
![image](https://github.com/eclipse/dirigible/assets/5058839/d1830fc4-fc2f-478e-956b-267664d73b56)
```
2024-04-16 11:55…
-
I run into a `SecurityError: Error #2048` when connecting to a wss endpoint:
https://rawgit.com/leeyeh/js-realtime-sdk/issue/web-socket-js/demo/web-socket-js/fail.html
```
[WebSocket] debug enabled
…
-
I have an up-to-date Debian 12 Bookworm VM. I installed `nodejs` and `yarn`.
My `/etc/apt/sources.list.d/nodesource.list`:
```
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nod…
-
I had everything working really well with the plugin. However, when I updated the Ring plugin on my Hoobs box today, I noticed my soundbar stopped responding in the Home.app
I am currently running …
-
## Motivation
Using lightwalletd from the browser currently requires a proxy server to provide an http/1.1 transport. or gRPC over websocket.
Integrating gRPC over websocket support will offer w…
arya2 updated
1 month ago
-
I am trying to create a WebSocket endpoint with Ninja and by following the documentation provided [here](https://www.ninjaframework.org/documentation/websockets.html) I keep getting the same error. I …
-
Our project use atmosphere.js , now I could get the response code is 200 from the "onClose" function.
Request.onClose(Response) {}
how to get the specified close code from the onClose function, su…
-
If I do a javascript ws.close(); from the client, the server never seems to see it.
The earlier version of vtortola 2.2.0.3 seems to work. A .close() on the client, it will trigger a msg = null a…
-
I'm trying to use the voice 'en-US-AnaNeural' in the [tts-text-stream sample](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/python/tts-text-stream/text_stream_samp…