simplewebrtc / signalmaster

simple socket.io server for webrtc signaling
Other
1.31k stars 486 forks source link

fixed socket.io to 1.3.7 #65

Closed DaGrisa closed 8 years ago

DaGrisa commented 8 years ago

caret (^) takes the latest major version of socket.io (1.4.4), which runs into errors

fippo commented 8 years ago

planning to merge this week along with https://github.com/andyet/SimpleWebRTC/pull/407 thanks!

(^ doesn't affect major versions, the problem is a breaking change in a minor version apparently... shrug)

fippo commented 8 years ago

merged -- thank you! Hope you don't mind me squashing the commits.