Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
getty
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wei.xuan
getty
Commits
2fa7b04c
Commit
2fa7b04c
authored
Nov 24, 2020
by
watermelon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add change list
parent
bc65ed07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CHANGE.md
CHANGE.md
+17
-0
client.go
demo/hello/tcp/client/client.go
+1
-1
No files found.
CHANGE.md
0 → 100644
View file @
2fa7b04c
# Release Notes
---
## 1.4.0
-
[
Impl: move taskpool at endpoint layer
](
https://github.com/apache/dubbo-getty/pull/50
)
## 1.3.x
-
[
Fix: ExposeMaxWheelTimeSpan
](
https://github.com/apache/dubbo-getty/pull/46
)
-
[
Impl: tls support
](
https://github.com/apache/dubbo-getty/pull/44
)
-
[
Fix: send multiple pkgs repetitive
](
https://github.com/apache/dubbo-getty/pull/39
)
-
[
Impl: StreamServer & PacketServer
](
https://github.com/apache/dubbo-getty/pull/38
)
-
[
Impl: listen on random local por
](
https://github.com/apache/dubbo-getty/pull/37
)
-
[
Impl: reduce syscall and memcopy for multiple package
](
https://github.com/apache/dubbo-getty/pull/36
)
-
[
Impl: enlarge time wheel span
](
https://github.com/apache/dubbo-getty/commit/a57b22edbb3a7de383ad7a94387000bfd4eca194
)
-
[
Fix: skip the log output of EOF error
](
https://github.com/apache/dubbo-getty/pull/26
)
-
[
Impl: add travis
](
https://github.com/apache/dubbo-getty/pull/28
)
-
[
Impl: add writev
](
https://github.com/apache/dubbo-getty/pull/26
)
\ No newline at end of file
demo/hello/tcp/client/client.go
View file @
2fa7b04c
...
...
@@ -44,7 +44,7 @@ var (
)
var
(
taskPool
*
gxsync
.
TaskPool
taskPool
gxsync
.
Generic
TaskPool
)
func
main
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment