-
Updated
Apr 10, 2022
ws
Here are 255 public repositories matching this topic...
-
Updated
Apr 6, 2022 - PHP
-
Updated
Apr 5, 2022 - C++
-
Updated
Jun 12, 2018 - C++
-
Updated
Apr 11, 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
Apr 10, 2022 - JavaScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
May 20, 2019 - 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
Jun 22, 2020 - JavaScript
-
Updated
Mar 22, 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
Mar 20, 2022 - JavaScript
-
Updated
Mar 28, 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
-
Updated
Jun 12, 2021 - TypeScript
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."
We are using soketi in our laravel application in a kubernetes cluster with multiple instances synced via the cluster mode. We are also using presence channels from laravel echo.
In our setup, we have three instances and one presence channel with 2 participants. In our test, the messages arrived with a probability of 1/3. If we scaled the instances down to one, our tests always worked smoothly.