Releases: Joy-less/RemSend
Releases · Joy-less/RemSend
v5.0
- Changed packet IDs from
ulong
to long
for simplicity and compatibility (breaking change)
- Made
RemSend
a global class, making it easier to add to your project
- Minor improvements
v4.1
- Added built-in support for
Rect2
, Rect2I
, Aabb
, Color
structs
- Added using statements
v4.0
- Added support for multiple transfer channels (only implemented for channels 0 to 3)
v3.3
- Added missing using statement
- Source code cleanups
v3.2
- Allowed private remote methods
- Added support for awaiting remote methods that return
Task
(not Task<T>
)
v3.1
- Fixed
CallLocal
not working with RemAccess.Authority
- Changed license to MIT
v3.0
- Fixed
CallLocal
functionality
- Optimised sending by only serialising the packet once
- Renamed
RemAccess.Global
to RemAccess.Any
(breaking change)
v2.1
- Improved return value awaiters (including adding timeout)
- Fixed comment grammar
- Internal improvements
v2.0
- Renamed
RemWait
to Rem
(breaking change)
- Added callback overloads to
Rem
- Fixed
CallLocal
functionality
v1.3
- Initialise singleton in _EnterTree rather than _Ready
- Slightly improved exception messages
- Added #nullable enable to each source file
- Added icon