-
Updated
Mar 5, 2021 - PHP
ws
Here are 203 public repositories matching this topic...
-
Updated
Mar 7, 2021 - C++
-
Updated
Jun 12, 2018 - C++
-
Updated
Apr 17, 2018 - C#
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
We found such hackish solution for now (oldRoute is function which configures router):
const router = new Route();
app.use('/auth/api', router);
oldRoute(router);
app.use('/', router);
oldRoute(router);waiting for better solution
-
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
Mar 1, 2021 - TypeScript
-
Updated
Nov 15, 2018 - Java
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Feb 27, 2021 - TypeScript
- Located in popup.html and popup.js
-
Updated
Feb 13, 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
Nov 10, 2018 - JavaScript
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