GlobalFishingWatch / gpsdio

AIS I/O with Python, dictionaries, and the GPSd AIVDM schema.
Other
6 stars 3 forks source link

Close does not always tear down files properly #152

Closed geowurster closed 9 years ago

geowurster commented 9 years ago

Seeing a problem with MsgPack - looks like the underlying file is not being closed, probably because MsgPackReader/Writer don't explicitly implement a close?