ethanmoffat / etheos

[Eth]an's [E]ndless [O]nline [S]erver - fork of eoserv project
zlib License
13 stars 8 forks source link

Remove static keyword from SLN request thread to prevent errors when re-queueing SLN requests #9

Closed ethanmoffat closed 4 years ago

ethanmoffat commented 4 years ago

SLN is designed to repeatedly kick off request threads on a timer. Only the first request is created when it is declared static. Removing static keyword so subsequent requests get created properly and SLN works as expected.