rsms / gotalk

Async peer communication protocol & library
MIT License
1.2k stars 76 forks source link

gotalk/js: exit status 3221225725 #6

Closed pavel-main closed 9 years ago

pavel-main commented 9 years ago

This happens on windows amd64, because of this file https://github.com/rsms/gotalk/blob/master/js/gotalk.js.go

Is there any way to avoid large amount of string concatenations? According to @bradfitz it's the main problem, similar bug https://code.google.com/p/go/issues/detail?id=8240#c2

pavel-main commented 9 years ago

I've prepared PR #7, it works with back-quotes