Closed el-chogo closed 6 years ago
@clinoge, good addition, thanks for making the contribution.
Does anyone know when this might be merged?
:+1:
@gdi2290 Do you know if anything is blocking this merge and release?
@clinoge Can you update the readme and changelog for this feature?
@clinoge How would I add the header to the connection string?
var wsTransactions = $websocket('wss://URL:8090/access/transactions', {
reconnectIfNotNormalClose: true
});
bump
:+1:
This complies with the way ws behaves and is useful for specifying "low-level" ws options such as adding additional headers to the request (use case: authentication through jwt).
No breaking changes have been done by this commit.