Skip to content
Auto
TagBites.Net

Release Notes

  • fix: controller task method returns null value
  • feat: Server.ListenAsync() — start listening without a background thread indirection, awaitable directly.
  • fix: controller task method incorrect values
  • feat: only error message and full exception (remote RMI exceptions now carry both a short message and the full remote exception text — see NetworkControllerInvocationException)
  • chore: MIT license, removed license-check code
  • chore: updated solution structure, target frameworks, and samples
  • feat: custom network configuration support
  • fix: no message result for exception in RMI
  • more universal controller resolver
  • first version