Discussion:
[dart-misc] [dart-announce] 1.13 BREAKING CHANGE Warning: removed ServerSocketReference and RawServerSocketReference
Kevin Moore
2015-10-29 22:19:11 UTC
Permalink
The `shared` argument has been in the server socket and HttpServer
constructors since 1.9

-
- To allow connections to be accepted on the same port across different
isolates, set the shared argument to true when creating server socket
and HttpServer instances.
- The deprecated ServerSocketReference and RawServerSocketReference classes
have been removed.
- The corresponding reference properties on ServerSocket and
RawServerSocket have been removed.
--
For more news and information, visit https://plus.google.com/+dartlang

To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...