Troy

Results 36 comments of Troy

Is there any thing on this? We can get the header but how do we access the session data as to do that requires a http.Request and to save requires...

I tried to make it goroutine safe. likely crappy implementation of that.

I don't really like it much to be completely fair. I feel like there is probably a better way to make it goroutine safe. It just looks messy.

``` Feb 15 01:48:53.965 [INFO] (twitch.NoticeMessage) { Raw: (string) (len=135) "@msg-id=vips_success :tmi.twitch.tv NOTICE #troydota :The VIPs of this channel are: admiralbulldog, aetaric, ales_, eeddya, komodotroy.", Type: (twitch.MessageType) 6, RawType: (string)...

https://play.golang.org/p/2LNyI4GbQuh

Also, I know I should write tests for this, but to be completely fair. I am not entirely sure how to write an effective test. That will test, both parsing...

Strange. Sorry ive been a bit busy with another project and do intend to fix and finish this pr. I should finish it this week.

The slight difference is likely actually lag on the state before this pr on windows (33ms + non precise timer). Since the faster emote timing is now closer to how...

Perhaps @pajlada we can write a test to test the interval at which the timer fires. Which can help mitigate this problem. I would do it but i dont know...