-
Updated
Jul 23, 2021 - PHP
ws
Here are 225 public repositories matching this topic...
-
Updated
Jul 14, 2021 - C++
-
Updated
Jun 12, 2018 - C++
-
Updated
Apr 17, 2018 - C#
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
Jul 23, 2021 - JavaScript
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jun 22, 2020 - JavaScript
I modified connect() in WebSocketServer so that it does this:
this.emit("connection", ws, req.url);
(added the extra param)
this is standard behavior in other webscoket (server) implementations and this data seems completely unreachable in the user code otherwise...
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Nov 15, 2018 - Java
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
May 6, 2021 - JavaScript
- Located in popup.html and popup.js
-
Updated
Feb 27, 2021 - TypeScript
-
Updated
Jun 12, 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 [./
Loading...
Add tslint
-
Updated
Jul 5, 2021 - Go
-
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