nofatigue / runelite-profit-tracker

A runelite plugin for tracking profit while money-making.
BSD 2-Clause "Simplified" License
3 stars 18 forks source link

Remove parallel streaming #32

Open Barragek0 opened 2 years ago

Barragek0 commented 2 years ago

Parallel streams are run on a seperate thread causing AssertionError: must be run on client thread when calling ItemManager.getItemPrice

mrhappyasthma commented 2 years ago

I confirmed this fixes the crash. Can we get this merged in?