Skip to content
#

ws

Here are 255 public repositories matching this topic...

soketi
fibis
fibis commented Mar 8, 2022

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.

enhancement good first issue
guillemcordoba
guillemcordoba commented Jul 8, 2021

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:  
LuisMayo
LuisMayo commented Oct 13, 2020

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

help wanted good first issue
larsnystrom
larsnystrom commented Dec 27, 2021

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

good first issue help wanted

Improve this page

Add a description, image, and links to the ws topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ws topic, visit your repo's landing page and select "manage topics."

Learn more