Tim Buchwaldt

Results 18 comments of Tim Buchwaldt

The problem is the usage of `function_exported?/3`. It returns `false` if the module isn't currently loaded, which can happen in dev/test if it hasn't been called before. Thinking about it...

Damn - and this is how a quick fix turns into a quest of refactoring :D

Hey @emjrdev - Sure I'm open to a PR. Sorry for responding so slowly, I fucked up my GitHub Notification setup m)

Hi Shymega, you are right, currently I lack time to add some, but will expand on samples/docs as soon as I have some spare time.

@shymega I just added new docs for the newly released version 0.3.1 - this should solve this issue :)

What does the GenServer do in this case? Can you show a little excerpt from how you use it?

Ah now I get it.. ok, so your are basically using my TestClient - this wasn't quite what I intended users to do. The TestClient is basically just an implementation...

Hey, sorry for the slow response. Given that I wrote this library ages ago I can't say for certain, but I think your reasoning regarding backpressure is correct. `GenServer.cast`ing the...