Edi Hasaj

Results 31 comments of Edi Hasaj

The problem is in this part of the code, when the hub connection is starting is not setting _connectionsIsOpen to true, then the state is connected but _connectionIsOpen is not....

Thanks for your reply Oliver, I think since we don't have a stable solution yet, we will seek to fix the problem, or wait for additional information about the problem....

Deploying to self-managed server is giving the same result. Though there should be a way to allow cross-site from medusa.

![old_col](https://user-images.githubusercontent.com/34984294/178123696-08c22308-8dc7-42b4-af4b-24d5ebed5b0f.png) ![new_col](https://user-images.githubusercontent.com/34984294/178123697-255eb357-b9f8-41fe-ba89-0ab0ef2c0ffc.png) ![old_detail_col](https://user-images.githubusercontent.com/34984294/178123701-7b5f6adb-ebee-4914-8351-d5918e5550bf.png) ![new_detail_col](https://user-images.githubusercontent.com/34984294/178123703-3f376d8d-f666-4a85-be3f-b3c5e8741e94.png)

``` var ublEInvoice = new UblEInvoice(_registerInvoiceRequest, _registerInvoiceResponse); var ubl = ublEInvoice.CreateUblFromInvoice(); var a = ubl.GetSerializer(); using var stringWriter = new StringWriter(); using var writer = new XmlTextWriter(stringWriter) {Formatting = Formatting.Indented};...

I will check this and make necessary changes. Thanks

@olivermrbl I did rebase from master branch to develop, but I think probably it should be recreated from the beginning as a PR, let me know if you want to...