Edi Hasaj
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....
Is there any solution to this?
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.
Any news on this?
   
``` 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...
Nope, still nothing..