python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Good server architecture for publishing/subscribing in Rust
I'm trying to implement a server in Rust and I wonder if I'm missing something to make it less complex. The simplification of my project would be that I want to have different clients connected to a s...
Pascualex
Votes: 0
Answers: 1
How are Cold Streams able to work properly in a concurrent environment, while obeying "Item 79" in "Effective Java"?
In summary:
The cascade effect nature of the Cold Stream, from Inactive to Active, Is in itself an "alien" execution (alien to the reactive design) that MUST BE EXECUTED WITHIN THE SYNCRHONI...

Delark
Votes: 0
Answers: 1
Message body was 'null', which is not a value of a supported type
Message body was 'null', which is not a value of a supported type ERROR
I need to publish my payload which is:
{
"items": {
"compressString": "Unquitternuncag...
Charisse Bulan
Votes: 0
Answers: 1
Is "non durable" subscription not supported by the C#/net Azure Servicebus SDK? (How to delete orphaned subscriptions)
Currently working on a microservice architecture where we are using scale out(multiple instances) on Azure AppServices.
Is this scenario i want to "broadcast" a message to all running instan...
Christian Reinholdt Andersen
Votes: 0
Answers: 1