-
hello
if i wanted to close the connection and release the socket, witch one i should use? `end()` or `close()` ?
thank you
-
Right now the only way to connect to websocket - using api key, which is not super secure.
We need to create scoped tokens api and validate when client connects to websockets. JWT looks good for that…
-
Are there any plans to port the WebSocketDataSynchronizer to the Client SDK?
-
error when using the /add-product command
ReferenceError: productPrice is not defined
at Object.execute (/home/runner/ShopBot/commands/add-product.js:68:61)
at Object.execute (/home/run…
-
Description:
I would like to propose adding WebSocket support to the framework.
Motivation:
- Enable real-time bidirectional communication between client and server
- Support common use cases l…
-
### How frequently does the bug occur?
Sometimes
### Description
From time to time Realm Sync get disconnected. This doesn't seem to make the sync to stop, as it probably "restore" the sync after t…
-
## System
MacOS Sequoia 15.1 (24B83) arm64
## Issue Description
When attempting to (re)open the ATV Remote app, the main window is briefly visible but then the app crashes/closes.
`ps aux | gr…
-
Hello,
I'm building an IDP server on CentOS 9.4, there is an error I'm in trouble to solve, here is my configuration:
```
$ java -jar $JETTY_HOME/start.jar --list-config
Enabled Modules:
----…
-
I have installed your package using NuGet 1.0.0-beta.4.
According to [this](https://github.com/kerryjiang/WebSocket4Net) this should work:
```
var websocket = new WebSocket4Net.WebSocket("ws:…
-
由于我`echo-live`部署的协议是https所以ws无法连接
于是就自己改了一下`main.js`的代码
```js
if (config.https == true) {
const http = require('https');//设置模块
let options = {//设置密钥对
key: fs.readFileSync…