project-slippi / slippi-js

Parse slp files and compute stats
GNU Lesser General Public License v3.0
147 stars 78 forks source link

Enet connect fix #134

Open SindreVatnaland opened 8 months ago

SindreVatnaland commented 8 months ago

When DolphinConnection runs connect() more than 64 times it crashes the application in odd ways.

The way this is solved is to make enet and client a property of DolphinConnection. This way we only need to initialize the client once which seems to be solving the issue.