Whats New?
- Bug fixes/Refactoring
- .Net 4.5 support
- WP8.1 support
- API Tweaks
- Build updates
This version includes all the bug fixes from the pre-release as well as some additional fixes for mostly internal APIs.
Tiny Breaking Change If you have been using WampSession
directly for a connection, you are going to need to switch to using the new WampConnection
class instead:
var connection = new WampConnection(url, transport);
await connection.Open():
The API for WampSession
constructor has changed such that it can no longer be directly constructed.
If you have been using WampClient
s factory methods then no changes need should need to be made to your code.