Replies: 2 comments
|
Hi @berik-99 have you made any progress on the |
0 replies
|
Hi @anders9ustafsson, honestly I haven't looked into the situation further as I've been busy with another project recently, but from today I can dedicate some time to this problem again. In the coming days, I'll try to analyze the situation more thoroughly to understand more. Any updates will be posted here. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I start by giving a big thank you to the creator of the library for all the hard work done so far and to all the contributors!
I tried to use the new AOT publishing feature, but I encountered some problems:
First Problem
The client execution stops with a NullReferenceException when calling the
Connect()method, which obviously halts the execution.the stack trace is:
Steps to reproduce:
Second Problem
The server seems to work initially, but when a client connects, it is immediately disconnected without any direct exceptions on either side, although two exceptions are logged in the server application's debug console:
Steps to reproduce:
All reactions