Kitura / Kitura-WebSocket

WebSocket support for Kitura
Apache License 2.0
68 stars 29 forks source link

Fix: make extension to WebSocketService public #62

Closed Andrew-Lees11 closed 6 years ago

Andrew-Lees11 commented 6 years ago

The extension to WebSocketService with default implementation for connectionTimeout was internal meaning that when a user implemented this protocol they had to implement the change themselves.

This pr makes the extension public.

djones6 commented 6 years ago

Thanks for catching this one. BTW, seems we didn't tag #48 yet, so there's no urgency to do a patch.