Skip to content

Commit 5c5b5f8

Browse files
committed
Update 1.4.3
1 parent 6bfe4d5 commit 5c5b5f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.4.3]
2+
* Fixed WebSocket authorization issue on Web platform.
3+
14
## [1.4.2]
25
* Added support for client-to-server streaming with controllable stream lifecycle via StreamController, enabling client-side abortion of streams. Preserved existing stream() method for backward compatibility.
36

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: signalr_netcore
22
description: A flutter client for ASP.NET Core SignalR. The client is able to invoke server side hub functions and to receive method invocations issued by the server.
3-
version: 1.4.2
3+
version: 1.4.3
44
homepage: https://github.com/sefidgaran/signalr_client
55

66
environment:

0 commit comments

Comments
 (0)