Closed CloCkWeRX closed 10 years ago
Nevermind; the docs are clear enough.
I'm just struggling at the moment between accidentally causing it to loop forever in test and needing it to in real life.
Implementing that could get complex.
I have just been using the fake server as a test harness in the rspec tests.
Are you using it for something else?
https://github.com/cantino/huginn/pull/368 - I ended up needing a fake server, so pretty much used the one in the gem. See the nastyness with the timeout behaviour :p
Doing this hangs:
but doing this works for exactly one message:
This is very confusing when writing specs