Marc Schreiber

Results 61 comments of Marc Schreiber

Thank for your feedback and I'm happy to help the project. Here are my responses: > BUT your new test was still passing for me even without the line in...

@nvoxland, I tested the newest version and I could reproduce the race condition again. Your fix does not work in my scenario.

@nvoxland, @StevenMassaro, I updated the PR with a slight change. Based on @nvoxland's proposal I tried to reset the changelog history when reseting the lock service. However, that seems not...

@nvoxland, thanks for the update. Please, let me know if you have something to test.

@nvoxland, is there any update on this topic?

@nvoxland, thanks for the heads up. Please, keep in mind that following change was one necessary change to resolve a race condition: ```java // Reset the lockService in case other...

@OvermindDL1, are you looking for something like [`wasm-sockets`](https://crates.io/crates/wasm-sockets)? I think it would be a nice test to check if this PR and `wasm-sockets` are compatible.

@jebrosen, based on your `async` branch I created a branch with rudimentary websocket support and I would like to contribute this new feature to rocket. The first draft of the...

Okay, that looks much nicer, but I have one question. If I understand your example correctly, wouldn't this require that Rocket run the `chat` function every `x` milliseconds? > As...