Jedrzej Grabowski

Results 7 comments of Jedrzej Grabowski

I manged to make it work with angular (with ng-repeated multilevel columns). The trick was to turn the JQuery plugin into a directive and call base.init via $timeout so that...

@fabiocav Have you by any chance missed this ticket?

@jviau Is there anyone responding to tickets? I have selected you as you seem to be active. Maybe you could pass this ticket to a relevant person?

Worth mentioning that each occurrence of this error causes a memory leak. ``` ExceptionFromErrorCode.ThrowIfError(status); //exception thrown here var result = Marshal.PtrToStringUni(textPtr, textLength); Marshal.FreeHGlobal(textPtr); //this memory will never be freed ```

Thank you for your explanation! After closing the receiver like you suggested, the second call to ReceiveAll results in ObjectDisposedException: : 'ServiceBusReceiver has already been closed and cannot perform the...

@JoshLove-msft @yvgopal Thank you for your explanations. Sorry to have not responded earlier. Let me show you my point of view on that case. I see this behaviour as inconsistent....