You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove watershed WebSocket implementation from botframework-streaming
Replace default NodeWebSocketFactoryBase class in the BotFrameworkAdapter to use the ws Factory implementation.
Additional context
Instead of using watershed for a default WebSocket implementation, the SDK should use a more actively maintained, popular and therefore current WebSocket library, such as ws.
The watershed library is not one of the commonly used libraries for a Websocket implementation in the Node.js community.
It is not being actively maintained, and its last minor release (0.4.0) was released almost 2 years ago (November 21, 2017):
The text was updated successfully, but these errors were encountered:
The work for this is being done in branch
stgum/wsFactory
.Compared vs
4.6-preview-streaming
Original Message:
4.6-preview-streaming
Description
watershed
WebSocket implementation frombotframework-streaming
NodeWebSocketFactoryBase
class in theBotFrameworkAdapter
to use thews
Factory implementation.Additional context
Instead of using
watershed
for a default WebSocket implementation, the SDK should use a more actively maintained, popular and therefore current WebSocket library, such asws
.The
watershed
library is not one of the commonly used libraries for a Websocket implementation in the Node.js community.It is not being actively maintained, and its last minor release (0.4.0) was released almost 2 years ago (November 21, 2017):
The text was updated successfully, but these errors were encountered: