Joel
Joel
I rebuilt using the latest code (in my project) and I get a similar crash. Debugging it, the crash I got was in DockPanel.Persistor.cs at line 679: `int ZOrderIndex2 =...
It seems that in my case, my OnDeserialize method was already adding my views to the DockPanel (because I used the same method in OnDeserialize that I use to create...
Turns out I still had the problem, it seem to depend on having multiple views docked to one pane which would get the pane index to be unsynchronized.
I'm having similar issues calling this from within an AWS Lambda. No matter what I do, I will not get a timeout of the Open command; it will instead always...
As a hint to check, this could very well be due to AWS implementation of their serverless DB. They probably have a "frontend" that is accepting the incoming connection, but...
Success! The connection from my AWS Lambda now correctly timed out! Thank you so much for the fast response!
I was using this lib and got it working with user access key/secret, but I couldn't get it to work with temporary credentials (from assume role). Turned out I had...
> > I was using this lib and got it working with user access key/secret, but I couldn't get it to work with temporary credentials (from assume role). Turned out...
Let me know if you need any further updates; I have not checked the code since I submitted the Pull Request, so I hope it still works.