apache / dubbo-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
218 stars 69 forks source link

panic session session-closed #103

Closed seven-ali closed 1 month ago

seven-ali commented 8 months ago

What happened: [session.WritePkg] panic session session-closed: err=runtime error: invalid memory address or nil pointer dereference github.com/apache/dubbo-getty.(*gettyTCPConn).send(0xc01231a1c0, {0x16fd200, 0xc0116da948}) github.com/apache/dubbo-getty/connection.go:328 +0x3df

What you expected to happen: not panic

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

No-SilverBullet commented 1 month ago

since this PR(https://github.com/apache/dubbo-getty/pull/121) has merged, maybe we can close this issue @AlexStocks

AlexStocks commented 1 month ago

since this PR(#121) has merged, maybe we can close this issue @AlexStocks

done