~ruther/NosSmooth.Comms

ref: 2023.6 NosSmooth.Comms/src/Core/NosSmooth.Comms.Abstractions/Messages d---------
b06241f4 — František Boháček 2 years ago
feat: remove Character id and name from HandshakeResponse

For easier handling. To add custom options, NosBindingManager has to be
loaded when options are received, that is when RunClientRequest is
received. HandshakeResponder needed NosBindingManager as well,
that was causing loading options early.
190a8692 — Rutherther 2 years ago
docs: add missing documentation
124b6767 — Rutherther 2 years ago
feat: add possibility to report an error using a HandshakeResponse
ecfc8cd7 — Rutherther 2 years ago
feat: add local injectable and injector to allow making connections to nostale processes
5164e0af — František Boháček 2 years ago
feat: add abstractions and core of communication