-
There is no really great way to reconnect available it seems.
I'm currently implementing a timeout which recreates the client after a failure. That just seems like a very poor approach. stomp should …
-
Emitters are not cleaned when sockets are disconnected. Therefore subscribe message would not be sent after re-connect even if we add a new emmiter.
```
Set
-
The following warns that `i` is a global (line 1) and that `i` is unused from line 3.
```
for(i in {}) {
}
var i;
```
-
Hi.
I have an issue where I am trying to connect to a host with a path (i.e: http://www.url.com/path_1/path_2/websocket) and STOMPKit does not seem to support this.
What I was going to try and do …
-
Hello,
What's the best way to push connection state of a session to child components?
Use case:
- I have a component that fetches a dataset over REST via a GET call and gets delta updates via …
-
Hi,
From my understanding, the useReactMediaRecorder allows the Reactjs app to record microphone + screen audio together:
```
import { useReactMediaRecorder } from "react-media-recorder";
cons…
-
when the server parses the message from the BASE64 error occurs because of the characters "\n\n" after the messages:
```java
public String compile() {
StringBuilder builder = new StringB…
-
Does your library support heart-beat mechanism?
According to spec:
> The heart-beat header is OPTIONAL. A missing heart-beat header MUST be treated the same way as a “heart-beat:0,0” header, tha…
-
In GitLab by @yoha6865 on Oct 3, 2024, 16:50
_Merges feature/frontend/121-socket -> develop_
## 🥥 Contents
**채팅 연결**
```ts
// useChat.ts
/* 소켓 연결 정보 */
stompClient.current = new StompJs.Client({
…
-
```
I tried to insert the text here but Google returns:
Bad Request
Your client has issued a malformed or illegal request.
(without identifying what the malformation was).
So, I have taken the com…