File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " botframework-directlinejs" ,
3- "version" : " 0.9.13 " ,
3+ "version" : " 0.9.14 " ,
44 "description" : " client library for the Microsoft Bot Framework Direct Line 3.0 protocol" ,
55 "main" : " built/directLine.js" ,
66 "types" : " built/directLine.d.ts" ,
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ export class DirectLine implements IBotConnection {
615615 // If we periodically ping the server with empty messages, it helps Chrome
616616 // realize when connection breaks, and close the socket. We then throw an
617617 // error, and that give us the opportunity to attempt to reconnect.
618- sub = Observable . interval ( timeout ) . subscribe ( _ => ws . send ( null ) ) ;
618+ sub = Observable . interval ( timeout ) . subscribe ( _ => ws . send ( "" ) ) ;
619619 }
620620
621621 ws . onclose = close => {
You can’t perform that action at this time.
0 commit comments