rsms / gotalk

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

Handle large multiline string with backquotes #7

Closed pavel-main closed 9 years ago

pavel-main commented 9 years ago

See #6

rsms commented 9 years ago

The file you manually changed is generated (by js/build-browser.js) You'll want to change js/build-browser.js rather than just the generated file.

rsms commented 9 years ago

FYI e58a0097fefd4afbca73940b24ddd777b5f379e9 should fix your issues with the go compiler crashing on windows — no more string concatenation in gotalk.js.go.

pavel-main commented 9 years ago

Thanks!