Skip to content

Commit

Permalink
Maximum data length increased to 2^63 for messages sent over TCP socket.
Browse files Browse the repository at this point in the history
Bugfix: data messages sent over TCP socket could stall in some cases.
  • Loading branch information
Mad Sheogorath committed Nov 18, 2021
1 parent e2a7b05 commit ef8a5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.1.1
* Maximum data length increased to 2^63 for messages sent over TCP socket.
* Bugfix: data messages sent over TCP socket could stall in some cases.

## v1.1.0
* TCP sockets support implemented (breaking changes).
* ServeMeClient constructor now takes single ServeMeSocket argument.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: serveme
description: Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/sourcecaster/serveme
repository: https://github.com/sourcecaster/serveme
issue_tracker: https://github.com/sourcecaster/serveme/issues
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
mongo_dart: ^0.7.0+2
yaml: ^3.1.0
connectme: ^2.0.1
connectme: ^2.0.2
packme: ^1.1.5
dev_dependencies:
test: ^1.17.11

0 comments on commit ef8a5d8

Please sign in to comment.