igm / sockjs-go

WebSocket emulation - Go server library
BSD 3-Clause "New" or "Revised" License
514 stars 100 forks source link

Reduced scope of lock to prevent possible deadlocks #105

Closed igm closed 2 years ago

igm commented 2 years ago

Reduces the scope of lock in jsonp to prevent possible deadlocks.

Relates to https://github.com/igm/sockjs-go/pull/104