Fixed unknown_error http post problems with retry on new client; working on mutex around post to handle simultaneous posts

This commit is contained in:
Heath Volmer
2018-01-02 18:16:41 -07:00
parent 51afb966d5
commit 026ab438ad
4 changed files with 35 additions and 6 deletions

View File

@@ -79,6 +79,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
StringBuilder SearchStringBuilder = new StringBuilder();
BoolFeedback SearchStringBackspaceVisibleFeedback;
#warning WHAT THE HELL happened to this?????
BoolFeedback LayoutButtonEnableFeedback;
ModalDialog IncomingCallModal;