jwdeveloper / TikTokLiveJava

Java implementation of TikTok-Live-Connector library. Receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
MIT License
98 stars 27 forks source link

replaced asList() method call to old fashioned iteration #101

Closed kMagic142 closed 2 months ago

kMagic142 commented 2 months ago

this way, we avoid gson errors, as older versions of paper/spigot might have an older version of gson that lack that method.