- Initial release.
- Minor Updates.
- Connection Headers and Transport customization added
- Minor changes and a bug fix for invokeServerMethod
- Minor Updates.
- Fixed a bug where invokeMethod only accepting string as return value
- Possible fix for callbacks throwing exception about type mismatch.
- invokeMethod now has generic return type & upto 10 arguments support.
- HubCallBack function now returns the value as well as the subscribed method name.
- invokeMethod now can take as many arguments as you want.
- Possible fix for ios Hub events not returning
- Fix for ios Hub events not returning
- Fixed Duplicated Hub events for ios.
- Fix a issue where hub callback only accepting strings.
- Hub callback now returns the message as well as the subscribed method name.
- Made invokeMethod generic.
- As many arguments as you want in invokeMethod.
- fix for ios Hub events not working.
- Null Safety Support
- IsConnected Method Added
- Fixed SignalR Cancelling