You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I have already communicated out of band, NNG currently relies on system threads for some things, and is not compatible with libdill. It was designed to be able to be easily ported to libdill, and that could be done, but it would require a modest amount of effort to do that port. (Essentially, libdill would be like a new platform port, at least where the threading and synchronization primitives are concerned.)
I want to use the nng with libdill, but I found the nng not work correctly in libdill environment.
Run output as follow:
The correct output should be:
I can not find the reason, please give some suggestion.
The text was updated successfully, but these errors were encountered: