-
**Affects:** 6.1.1
---
- Client: Use rx-Stomp js lib to connect websocket
```
const rxStomp = new RxStomp();
rxStomp.configure({
brokerURL: `ws://localhost:8080/websocket/tracker/4…
-
I send a message to the server from a web UI.
When the data size is greater than 64K, the server does not respond to the WEB client.
How can I change the max buffer size?
```java
@Configurat…
-
I have a multi module Project with several hundert libraries which are not up to date. If I use the plugin Check maven Dependencies it tells me that everything is up to date.
if I use maven i get t…
-
GoogleMaps 6.0 supports ARM simulators.
https://cloud.google.com/blog/products/maps-platform/announcing-version-60-maps-and-places-sdks-ios
Adopt the dependency in `google_maps_flutter`.
https:…
-
**Affects:** \
---
Hi, I'm using Spring STOMP with ActiveMQ Artemis as external broker, and the client uses SockJS and webstomp-client to connect to the server. The connection works fine in a few …
-
This is an issue I have with websockets where connecting to a websocket hangs. The server is using a self-signed certificate, which has been already imported to the cacerts. Java code can make https r…
ek-ex updated
11 months ago
-
Hi!
Is there a RichTextEditor widget that can apply TextSpans to the user input text?
-
## Expected Behavior
I am using the Spaced Out DLC. I expect no game crashes.
## Current Behavior
Game crashed
## Mod Versions
v3.2.0.0
## Steps to Reproduce
Unsure what wa…
-
As mentioned in [this GGUS ticket](https://ggus.eu/index.php?mode=ticket_info&ticket_id=113454), STOMP clients usually default to auto acknowledgement, when, for reliability, we should be using client…
-
Hi
When I switch the default config example in the project `gs-messaging-stomp-websocket` to use `config.enableStompBrokerRelay("/topic");` the example works as when I had `config.enableSimpleBroke…