Skip to content

Releases: sypbiz/SockJS.NET

Version 1.4.0

13 Oct 03:37
Compare
Choose a tag to compare
Version 1.4.0 Pre-release
Pre-release
Handling close events properly (#8)

* Add WebSocketMessageType.Close handling in WebSocketDriver.cs
Fix typo in SockJS.cs
Fire close event in WebSocketTransport.cs (as in original sockjs implementation)
* Change test project to netstandard
* Refactored Close method to fire events
* Refactored Close method to fire events