Vlad Dev

Results 106 comments of Vlad Dev

> publish one msg per subject with all msgs for that subject in the right order inside @tpihl If I do it this way I can't guarantee that multiple related...

@tpihl thanks, that might work. Anyway, if I'm forced to batch messages myself it's harder to use some JetStream features like deduplication (because there are multiple logical messages in a...

@tpihl Latency is smaller because processing is started by two banks simultaneously. But in your approach the message is sent to the second bank only after the first bank receives...

In our system there is no need to do rollbacks and locking. The latency of `send -> receive on bank1-> send to subject 2 -> receive on bank2` is higher...

Hi @derekcollison , what is ETL? Your solution would push messages to B_Input and C_Input in parallel and out of order. Unfortunately it's critical for A and B to receive...

But... Doesn't Roslyn already have a dependency on csproj? csproj is actually MSBuild format, not Visual Studio.

But seriously, I expected it to work there.

Hmm.. or may be it's because we previously generated navmesh right in the app and the model was loaded with our "correct-handed" axis. But now the model is loaded in...

So are you going to provide any setting to toggle this or should I make a wrapper around NavMeshQuery on our side? Y-up is everywhere but left/right-handed is different between...

Sorry for being a bit misleading, looks like I have to tell you the full story) 1. Initially the model is saved in 3DsMax. 2. SharpNav library just treats the...