YongHee-Kim / GameDataManager.jl

Easy and convenient toolkit for game designers
MIT License
6 stars 0 forks source link

JSON.jl `mmap` bug #5

Open YongHee-Kim opened 2 years ago

YongHee-Kim commented 2 years ago

https://github.com/JuliaIO/JSON.jl/issues/155

with JSON.parsefile sometimes io is not closed, and the only way to close it is to restart the Julia session.

#ref files are not closing with https://github.com/fredo-dedup/JSONSchema.jl/search?q=parsefile as well.

using JSON3 instead of JSON would solve this?