AlexStocks / getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
886 stars 184 forks source link

Fix: may lose the data you want to send #19

Closed jococi closed 4 years ago

wongoo commented 5 years ago

@jococi Sending package is a async process, the PR can't make sure package being send before session closed. You can submit a issue and we will work on it. Thanks!