How to verify functionality of 3.5 lesson?
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,
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.