| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
| |
Also correctly move resetting the task to the end instead of defer.
We don't want to reset the task in the case of an error, so shouldn't
use defer.
|
| |
|
|
|
| |
stores short message buffers in a colocated array, overflowing to an
allocated slice when needed.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
We want to match the underlying system socket buffer.
Filling this buffer minimizes the number of syscalls we do.
Larger would be a waste.
Also changed parser to use enums that more closely match the NATS
message types.
|
| |
|
|
| |
like 150 mbps now
|
|
|
Making it easier to use the server as a library
|