liamzebedee / go-qrp

QRP is a simple packet-based RPC protocol coded in Go.
GNU General Public License v3.0
9 stars 1 forks source link

Close won't close server #4

Open liamzebedee opened 12 years ago

liamzebedee commented 12 years ago

After a bool is sent to the running chan, ServerLoop will read it ONLY AFTER it has received another packet.

liamzebedee commented 12 years ago

Fixed for UDP, still waiting to fix TCP