Releases: sypbiz/SockJS.NET
Releases · sypbiz/SockJS.NET
Version 1.4.0
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