python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Rust Actix Websockets & Actix Broker
I'm quite new to rust and actix, but I tried to build a technology prototype where a server sends protobuf messages to clients via websockets. The protobuf part works and is no problem, but I struggle...
Philip Betzler
Votes: 0
Answers: 1
Actix Websocket seems to process requests serially
I have the StreamHandler that processes incoming requests from a server like the following snippet. The problem I'm having is that the handle function won't take a new element until the previous reque...
hussachai
Votes: 0
Answers: 1
Status Codes and Headers not working in actix web
I am trying to return a response via the HTTPResponseBuilder but even when I am using a custom status_code say 307 and a header of Location: google.com, my browser is not redirecting me to the same we...
Sanskar Jethi
Votes: 0
Answers: 1
Rollback integration test
I'm currently trying to create a simple integration test that for example try the signup endpoint.
Coming from many other backend languages I'm used to rollback database after each test.
How can I do ...

mcfly
Votes: 0
Answers: 0