Bradley Hilton and GitHub
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 Hilton and GitHub
af1e2c5dd0
Add a launch.json to enable vscode debugging ( #24 )
2020-06-23 00:42:56 -07:00
Bradley Hilton and GitHub
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 Hilton and GitHub
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