-
Updated
Jul 26, 2021 - PHP
ws
Here are 232 public repositories matching this topic...
-
Updated
Sep 3, 2021 - C++
-
Updated
Jun 12, 2018 - C++
-
Updated
Apr 17, 2018 - C#
-
Updated
Sep 9, 2021 - JavaScript
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
Aug 10, 2021 - JavaScript
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jun 22, 2020 - JavaScript
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
Sep 8, 2021 - TypeScript
-
Updated
Nov 15, 2018 - Java
-
Updated
Aug 11, 2021 - JavaScript
- Located in popup.html and popup.js
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Feb 27, 2021 - 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 26, 2021 - Python
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."


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
resolveOnEventwithp-eventthat supports timeouts. I am think