aumcode / nfx

C# Server UNISTACK framework [MOVED]
https://github.com/agnicore/nfx
Other
391 stars 93 forks source link

add flag UTF8Atom in enum NodeCompatibility #81

Closed dbegunkov closed 6 years ago

dbegunkov commented 6 years ago

Please review. This fix allow connect to Erlang 20. Thank you!

saleyn commented 6 years ago

This makes sense, however, I doubt this single change is sufficient for proper support of UTF8 atom feature in v20 of Erlang. Is it?

dbegunkov commented 6 years ago

Yes! This commit is only allows connect to erlang 20 from NXF.Elang

stchar commented 6 years ago

Hi. awesome fix. thanks.

@saleyn When it will be available in the public nuget repository? I mean https://www.nuget.org/packages/NFX.Erlang/ Are you a maintaier&

itadapter commented 6 years ago

@stchar @saleyn @dbegunkov We are pushing the update to nuget later today, on a separate note, we are moving this into NFXv5 which is 100% Net Standards based, so it works natively on Linux and Mac via .Net Core and performance is stellar (better than .NET framework 10-15%)

so check back tomorrow and stay tuned for NFX v5 within 5 days.