project-slippi / slippi-js

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

Enet connect fix #134

Open SindreVatnaland opened 10 months ago

SindreVatnaland commented 10 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.