Paulo Valente

Results 185 comments of Paulo Valente

@sleipnir Have you implemented this on your fork? Do you want to bring the implementation to the repo?

@bszaf do you have a code snippet so that we can reproduce this bug? We have updated our dependencies recently as well, so that might have changed

@hkrutzer thanks for pointing that out! Do you want to submit it as a pull request, or should I extract the relevant code?

@hkrutzer no worries! We can leave this up for grabs, then :)

These are great points for us to keep in mind!

Thanks for the follow-up investigation! We can start by having a GenServer per connection. This might be the case where message processing serialization is not an issue, because if we're...

A process will always process the messages it receives sequentially. What @sleipnir is worried about is that this could mean that a bidirectional system, which would be full-duplex in the...

@qinix do you recall to which part of the code this issue pertains? I'd like to improve upon that, but I'm not sure which part of the code you're talking...

@sleipnir do you want to take this on?

@emilsoman there are some minor details to fix, but the module_compiler tests are working correctly!