akka-bootcamp icon indicating copy to clipboard operation
akka-bootcamp copied to clipboard

How to verify functionality of 3.5 lesson?

Open khtan opened this issue 8 years ago • 1 comments

Hi,

Thanks for the free bootcamp. This is probably not an issue but an improvement.

I just ran the Unit 3, Lesson 5 on "How to prevent deadlocks with ReceiveTimeout".

For inputs, I am using https://github.com/Aaronontheweb/mvc-utilities and I suspect there is some throttling going on because the dialog appears to stall after loading 37 out of 43 users. I thought this would be an indication that messages could be timing out.

I placed a breakpoint at GithubCommanderActor.cs/Asking in the Receive<ReceiveTimeout> section but the debugger never triggered.

Is there a simple way to verify that I can observe that the code fix worked?

Thanks,

khtan avatar Dec 16 '16 01:12 khtan

Offhand, I'm not sure @khtan - haven't looked that deeply into it. Remember that a ReceiveTimeout can only fire once. The Github API is a huge unknown here as it does apply rate limits.

Aaronontheweb avatar Jan 04 '17 22:01 Aaronontheweb