-
Updated
May 28, 2022
ws
Here are 264 public repositories matching this topic...
-
Updated
May 17, 2022 - PHP
-
Updated
May 16, 2022 - C++
-
Updated
Jun 12, 2018 - C++
-
Updated
May 3, 2022 - JavaScript
-
Updated
Apr 17, 2018 - C#
Sorry @victorperin, but I had to remove all timeout functionality because if the message is queued, it may cause the timeout for the confirmation event to expire even though the message has yet to be sent.
I did however replace the resolveOnEvent with p-event that supports timeouts. I am think
Export ES modules
This is the error that I get when importing isomorphic-ws and bundling with rollup:
[!] Error: 'default' is not exported by node_modules/isomorphic-ws/browser.js, imported by node_modules/@holochain/conductor-api/lib.es/websocket/client.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
node_modules/@holochain/conductor-api/lib.es/websocket/client.js (10:7)
8:
-
Updated
May 23, 2022 - JavaScript
-
Updated
May 27, 2022 - TypeScript
Hi and thanks for this library, it really ease things up.
I have detected that when you use WebSocketServer and go and try to establish an HTTP connection to the websocket port the server crashes and closes.
While I obviously don't expect the WS server to work properly when being contacted by the wrong protocol it should fail silently, or at least, allow the programmer to specify an error ca
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
May 27, 2022 - TypeScript
-
Updated
Nov 15, 2018 - Java
Hi,
Thank you for Soketi, it looks great.
I'm struggling to find a list of all available environment variables for soketi. As an example, I'm trying to change the port soketi listens on by default. I think it listens to 127.0.0.1:6001 inside a docker container, which makes it impossible to connect to from outside the container. This is probably pretty easy to solve if I can just find the cor
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
May 23, 2022 - TypeScript
Move enums to shared
There are currently 2 enums files:
both are very similar. Let's create only one, with all enums at [./
Add linting (ESLint)
-
Updated
May 6, 2021 - JavaScript
- Located in popup.html and popup.js
Improve this page
Add a description, image, and links to the ws topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ws topic, visit your repo's landing page and select "manage topics."
Hello, first of all congratulations for this library. It works great!
In pusher I can allow only authorized clients to connect in the server ->https://pusher.com/docs/channels/using_channels/authorized-connections/ .
Is this possible with Soketi? If yes, how can i enable it? (I don't want anyone to connect to websockets server, only the authorized)