Commit Graph
11 Commits
Author SHA1 Message Date
dd9267f1ee Reset the directories when the stream gets disconnected (#152)
* Reset the directories when the stream gets disconnected

* Cleanup after a delay

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-09-16 13:31:21 -07:00
Bradley HiltonandGitHub abb2f363af Decouple chat from core and add chat rest api (#25)
* Decouple the chat package from the core

* Add rest api endpoints for the chat aspect
2020-06-23 13:11:01 -07:00
Bradley HiltonandGitHub af1e2c5dd0 Add a launch.json to enable vscode debugging (#24) 2020-06-23 00:42:56 -07:00
Bradley HiltonandGitHub fe96739f60 Fix a memory leak with the chat aspect. (#23)
Essentially, the for loop wasn't being returned out
of and that caused the read listener to never be
let up and released to the gc
2020-06-22 23:52:50 -07:00
487bd12444 Project restructure (#18)
* First pass at restructuring the project; untested but it does compile

* Restructure builds and runs 🎉

* Add the dist folder to the gitignore

* Update core/playlist/monitor.go

* golint and reorganize the monitor.go file

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-06-22 18:11:56 -07:00
Bradley Hilton 5ef358dbd0 Update the module path 2020-06-19 16:39:49 -05:00
Bradley Hilton a0dfd018a9 Reject second stream attempting to overtake existing stream 2020-06-19 12:00:27 -05:00
Bradley HiltonandGitHub 5611f4d00e Merge branch 'master' into fix-initial-offline-state 2020-06-18 20:07:23 -05:00
Bradley Hilton 453bdd88a6 Remove the previous thumbnail when restarting 2020-06-18 19:39:31 -05:00
Bradley Hilton 42371a30fe Fix the race condition where the logo wasn't copied over for the default thumbnail 2020-06-18 19:35:09 -05:00
Bradley Hilton b79f801aff Add a gitignore file 2020-06-18 16:43:46 -05:00