Skip to content

Commit e94f2c3

Browse files
authored
Merge pull request #116 from gilmaimon/version-0-5-2-connection-timeout-feature
Version 0 5 2 connection timeout feature
2 parents 558acde + 69203f8 commit e94f2c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,4 @@ Thanks for everyone who reported a bug, suggested a feature and contributed to t
326326
- **28/11/20 (v0.5.0)** - Support for Teensy 4.1 added by the awesome [@arnoson](https://github.com/arnoson). Supporting plaintext client/server communication and providing new and useful examples. Thank you arnoson!
327327
- **10/05/21 (v0.5.1)** - Fingerprints and Certificates in the examples were updated by [@Khoi Hoang
328328
](https://github.com/khoih-prog). Thank you Khoi!
329+
- **29/07/21 (v0.5.2)** - Merged PR by [ONLYstcm](https://github.com/ONLYstcm) which added a (configurable) timeout for connections. Thank you ONLYstcm.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoWebsockets
2-
version=0.5.1
2+
version=0.5.2
33
author=Gil Maimon <[email protected]>
44
maintainer=Gil Maimon <[email protected]>
55
sentence=A library for writing modern Websockets applications with Arduino.

0 commit comments

Comments
 (0)