galileo_websocket 3.0.2
galileo_websocket: ^3.0.2 copied to clipboard
Support for using pkg:galileo_client with WebSockets. Designed for galileo.
2.0.3 #
- Remove
WebSocketController.plugin. - Remove any unawaited futures.
2.0.2 #
- Update
stream_channelto2.0.0. - Use
galileo_framework^@2.0.0-rc.0.
2.0.1 #
- Add
reconnectOnCloseandreconnectintervalparameters in top-levelWebSocketsconstructors. - Close
WebSocketExtraneousEventHandler. - Add onAuthenticated to server-side.
2.0.0 #
- Update to work with
client@2.0.0.
2.0.0-alpha.8 #
- Support for WebSockets over HTTP/2 (though in practice this doesn't often happen, if ever).
2.0.0-alpha.7 #
- Replace
WebSocketSynchronizerwithStreamChannel<WebSocketEvent>.
2.0.0-alpha.6 #
- Explicit import of
import 'package:http/io_client.dart' as http;
2.0.0-alpha.5 #
- Update
httpdependency.
2.0.0-alpha.4 #
- Remove
package:json_god. - Make
WebSocketContexttake anyStreamChannel. - Strong typing updates.
2.0.0-alpha.3 #
- Directly import Galileo HTTP.
2.0.0-alpha.2 #
- Updated for the next version of
galileo_client.
2.0.0-alpha.1 #
- Refactorings for updated Galileo 2 versions.
- Remove
package:dart2_constant.
2.0.0-alpha #
- Depend on Dart 2 and Galileo 2.
1.1.2 #
- Dart 2 updates.
- Added
handleClient, which is nice for external implementations that plug intoGalileoWebSocket.
1.1.1 #
- Deprecated
unwrap. - Service streams now pump out
e.data, rather than the actual event.
1.1.0+1 #
- Added
unwrap.