sockjs
Here are 86 public repositories matching this topic...
Based on feedback we collected Centrifugo docs are not complete and hard to understand for beginner developers.
I think it's obvious that we need to improve things here. Since I wrote it myself my vision is a bit blurred and I want to understand what are the main weak points of current docs. Will appreciate help with this.
Version:
^7.0.0
Environment:
any os
Related to #646, not an error but a respectful request for a documentation update:
pingInterval is hard-coded to false in createSocket method (so the dummy primus server does not run heartbeats - understood).
I took a trip down the rabbit hole recently - figuring out why the heartbeat check was not happening on the client, and I admit freely that t
Version
- vert.x core: 3.8.2
- vert.x web: 3.8.2
Context
Currently, some of the metrics for HttpServer is provided with path as a tag (in micrometer implementation). In some of our endpoints, we use UUIDs for two of the path parameters, thus the number of meters easily fill up heapspace if there are large number of requests with different UUIDs.
A suggestion will be to provide
-
Updated
Jun 15, 2020 - JavaScript
By @cainaj, copied from stomp-js/ng2-stompjs#121 (comment)
Hi, I have a question about error handling with this library. I have something like:
startConnetionProcess() {
this.connecting = true;
this.pending = true;
this.authService.getIdToken()
.pipe(takeUntil(componentDestroyed(this)))
.subscribe(token => {
this.tok
The example in readme contains the call of make_handler https://github.com/aio-libs/sockjs/blame/master/README.rst#L30.
But it is deprecated:
Application.make_handler(...) is deprecated, use AppRunner API instead
Please correct example.
Can you describe status of this project?
Are you open for contributors?
Have this project official sponsor?
One of strongest advantages of Symfony is great documentation. I see that docs
https://nodefony.net/documentation/5.0.9/nodefony
is incomplete now. For example link to mail does not works.
How can you describe plans of development of documentation?
-
Updated
Nov 12, 2019 - Rust
-
Updated
Feb 4, 2020 - Scala
-
Updated
Jun 6, 2017 - JavaScript
-
Updated
Feb 10, 2020 - Java
-
Updated
May 8, 2017 - JavaScript
-
Updated
Jan 22, 2019 - Java
-
Updated
May 2, 2020 - Java
-
Updated
Apr 26, 2020 - Java
-
Updated
Feb 22, 2018 - ColdFusion
-
Updated
Jul 16, 2018 - TypeScript
-
Updated
Nov 21, 2018 - JavaScript
-
Updated
Jan 12, 2019 - JavaScript
-
Updated
Feb 2, 2019 - Java
-
Updated
Apr 26, 2019 - TypeScript
Improve this page
Add a description, image, and links to the sockjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sockjs topic, visit your repo's landing page and select "manage topics."


The one line description is too ambigious.
Can we have a verbose document explaining what all the close messages mean and what are the possible causes of them included likelyness of each cause.
For example does "server lost session" mean that I restarted the server or could it also be a browser / proxy / ws bug/issue?