Skip to content

Commit bef85f0

Browse files
committed
updated disclaimer bis
1 parent 491a8e4 commit bef85f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ This was built with my needs in mind, no more, no less. That is, I needed a simp
152152
- on one end, a lot of goroutines concurrently writing to a TCP socket
153153
- on the other end, a TCP server that I have no control over (hence the main reason why UDP is out of the question) and which might be rebooted at anytime
154154
I also needed the ability to give up on sending a message after an abritrary amount of tries/time (i.e., ERR_MAX_TRIES). Pretty straightforward stuff.
155+
155156
Basically, my use case is [this situation](https://github.com/teh-cmc/goautosocket/blob/master/tcp_client_test.go#L97).
156157

157158
Surprisingly, I couldn't find such a library (I guess I either didn't look in the right place, or just not hard enough..? oh well); so here it is.

0 commit comments

Comments
 (0)